"CodingGita HTML Quiz
Answer the following 10 questions. Select only one option for each question and submit your answers.
1. What does HTML stand for?
Hyper Text Markup Language
Home Tool Markup Language
Hyperlinks and Text Markup Language
High text Machine Language
2. Which tag is used to insert an image?
<img>
<image>
<link>
<picture>
3.Which element is used to create a hyperlink?
<a>
<link>
<href>
<url>
4.Which tag is used for a line break?
<br>
<lb>
<break>
<line>
5.Which HTML tag is used to display the largest heading?
<h1>
<h2>
<h3>
<head>
6. Which attribute is used to specify a unique identifier for an HTML element?
class
id
name
data-id
7. Which tag is used to create a table row in HTML?
<tr>
<td>
<th>
<table>
8. Which tag is used to create an unordered list in HTML?
<ul>
<ol>
<li>
<list-item>
9. Which tag is used to define a paragraph in HTML?
<p>
<para>
<pg>
<text>
10. Which tag is used to define an image map in HTML?
<map>
<imgmap>
<imagemap>
<image>