Need Assistance?

support@tutorialshub.in

BEGINNER PRACTICE TEST

HTML5 Fundamentals Quiz

Test your knowledge on HTML tags, form validation, semantic structure, accessibility, and media embedding.

8 Questions 10 Minutes Instant Scoring All Quizzes
Question 1 of 8
00:00

1. Which HTML5 element represents self-contained content, such as a blog post or news article?

2. What is the primary purpose of the "alt" attribute in the <img> element?

<img src="logo.png" alt="Company Logo">

3. Which HTML attribute is used to make an input field mandatory before form submission?

<input type="text" name="username" ______>

4. Which element is used to group navigation links in modern HTML5?

5. What is the correct DOCTYPE declaration for HTML5?

6. Which HTML5 element is used to specify a video player on a webpage?

<video controls>
<source src="movie.mp4" type="video/mp4">
</video>

7. Which attribute is used to store custom data private to the page or application in HTML5?

<div __________="12345">Item</div>

8. Which tag is used to create a dropdown selection list in an HTML form?

0% 0 / 0

Quiz Completed!

Here is your detailed performance breakdown.

Retake Quiz Learn HTML

Detailed Question Review