Total Questions: 20
Important: You must answer each question before moving to the next one. Skipping is not allowed.
Completion Reward: After answering all questions correctly, you will earn the "HTML Expert" badge.
To Start Enter your name to personalize your badge. 🏅
Test your skills and become an HTML Expert! 🚀
<>
<html>
<head>
<title>HTML Practice</title>
</head>
<body>
<p>Welcome to the quiz!</p>
</body>
</html>
<a ="https://www.example.com">Visit Example</a>
< src="logo.png" alt="Site Logo">
<input type="" name="userPassword">
<> <li>HTML</li> <li>CSS</li> </ul>
<>Welcome to My Site</h3>
<video controls ="sample.mp4"> Your browser does not support the video tag. </video>
Hello,<>Welcome to the course!
< action="/submit" method="post">
<input type="text" name="email">
<button type="submit">Send</button>
</form>
<table>
<thead>
<tr>
<th>Name</th>
<th>Age</th>
</tr>
</thead>
<tbody>
<>
<td>John</td>
<td>25</td>
</tr>
</tbody>
</table>
<>
p {
font-size: 16px;
color: #333;
}
</style>
Hint: Use the tag that defines internal styles.
Paragraph above line.
<>
Paragraph below line.
<a href="https://example.com" ="_blank">Visit</a>
< value="50" min="0" max="100">
<dl>
<>HTML</dt>
<dd>A markup language for creating web pages.</dd>
</dl>
< src="https://example.com"></embed>
<p>This is a normal paragraph. <>This text is different.</span></p>
<img src="image.jpg" usemap="#image-map">
< name="image-map"></map>
<p>This is <>deleted</del> text.</p>
<table>
<>Monthly Report</caption>
...
</table>
Click the button below to generate your expert badge.