The document contains a series of assignment questions focused on HTML5, covering its definition, new features, and elements such as <canvas> and media elements. It also addresses semantic elements, new input types, form elements, and attributes in HTML5 forms. Additionally, it asks for a simple program to create an HTML5 form and compares HTML5 to previous versions, highlighting its advantages.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
2 views1 page
Assignment Questions
The document contains a series of assignment questions focused on HTML5, covering its definition, new features, and elements such as <canvas> and media elements. It also addresses semantic elements, new input types, form elements, and attributes in HTML5 forms. Additionally, it asks for a simple program to create an HTML5 form and compares HTML5 to previous versions, highlighting its advantages.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
Assignment Questions
1. What is HTML5? Write a short explanation.
2. List any three new features of HTML5. Explain why they are useful. 3. What is the <canvas> element? What is it used for? 4. Name two new media elements in HTML5. How do they help in adding audio and video to a webpage? 5. What is a semantic element in HTML5? Give two examples and explain their purpose. 6. What are the new input types in HTML5? List any three with examples. 7. Write the names of any three new form elements in HTML5. Explain one with an example. 8. What is the use of the placeholder and required attributes in HTML5 forms? Explain with an example. 9. Write a program to create simple HTML5 form with an email input, date picker, and submit button. 10.Why is HTML5 better than previous versions of HTML? List two advantages.