Welcome to the HTML Quiz!
Test your knowledge of HyperText Markup Language with this interactive quiz. Answer the questions and see how well you understand the fundamental building blocks of the web.
This test designed to challenge your understanding of HTML elements, attributes, and structure. Prepare to sharpen your web development skills and discover the power of semantic markup.
1. What does HTML stand for?
2. Which tag is used to create a hyperlink?
<a>3. What is the root element of an HTML document?
<html>4. Which tag is used to create a heading?
<h1> to <h6>5. Which tag is used to create a paragraph?
<p>6. What does CSS stand for?
7. Which attribute is used to define inline styles in HTML?
style8. Which tag is used to show an image?
<img>9. What is the purpose of the <div> tag?
10. Which tag is used to create an unordered list?
<ul>