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