Dadson Tuts+
Home
Lessons
Quiz
Quiz: Test Your Knowledge
Progress
0
/10
Test your understanding of HTML fundamentals with this comprehensive quiz.
1. What tag declares the document type?
<html>
<!DOCTYPE html>
<head>
2. What tag is used for paragraphs?
<p>
<h1>
<img>
3. Which tag creates a level-1 heading?
<heading>
<h1>
<p>
4. What tag is used for an unordered list?
<ul>
<ol>
<li>
5. Which tag is used to insert an image?
<link>
<img>
<a>
6. What tag creates a hyperlink?
<a>
<href>
<url>
7. Which tag is used for bold text?
<i>
<b>
<p>
8. What tag contains metadata about the HTML document?
<body>
<head>
<html>
9. Which tag is used for an ordered list?
<ol>
<ul>
<li>
10. Which attribute specifies the source of an image?
alt
src
href
Submit Quiz
🎉
Try Again