AI Generated
10 Questions

HTML5 Quiz

Test your knowledge on HTML5 concepts and features.

Created by NotAdmin Dec 08, 2025
Question 1

What does the 'canvas' element in HTML5 allow you to do?

Question 2

Which HTML5 element is used to specify navigation links?

Question 3

What attribute is used to specify the source of a video in the <video> tag?

Question 4

In HTML5, which element is used for defining a footer for a document or section?

Question 5

Which of the following is a valid way to include a JavaScript file in HTML5?

Question 6

What is the purpose of the <article> element in HTML5?

Question 7

Which attribute would you use to specify a fallback text for an <audio> element?

Question 8

What does the <header> element represent in HTML5?

Question 9

Which HTML5 feature allows you to store data in the user's browser?

Question 10

How do you specify that an <input> field should accept only numeric values in HTML5?

Back to Home