#html5 assignment
- 1. What is HTML and why do we use HTML?
- 2. Are HTML tags and elements the same thing?
- 3. What are tags and attributes in HTML?
- 4. What are void elements in HTML?
- 5. Why do we use forms in HTML? How to create a form in HTML?
- 6. What is the difference between <strong>, <b> tags and <em>, <i> tags?
- 7. What is the difference between <div> tag and <span> tag?
- 8. How many types of headings do we have in HTML?
- 9. How to link an image to a webpage in HTML?
- 10. What is the Internet and its history?
- 11. What is a client and a server?
- 12. What is page layout?
- 13. What is WWW, W3C, and the difference between them?
- 14. How to create a hyperlink in HTML? Explain with an example.
- 15. Difference between class and id in HTML?
- 16. What are HTML5 semantic tags?
- 17. Difference between HTML4 and HTML5?
- 18. Why do we use <!DOCTYPE html> in HTML documents?
- 19. How to create a drop-down list in HTML? Explain with an example.
- 20. How to create a suggestion list in HTML? Explain with an example.
- 21. What is an iframe? What are the disadvantages of using iframes?
- 22. How to add video and audio to a webpage in HTML?
- 23. What is a fieldset in HTML? Why do we use a fieldset?
- 24. What is the label tag in HTML? Explain with an example.
- 25. Difference between <button>Submit</button> and <input type='submit'> in HTML.