CodingGita HTML Quiz
Answer the following 10 questions. Select only one option for each question and submit your answers.
Q1: What does HTML stand for?
HyperText Markup Language
HighText Machine Language
Hyperlink and Text Markup Language
Home Tool Markup Language
Q2: Which tag is used to insert an image?
<link>
<img>
<src>
<image>
Q3: Which element is used to create a hyperlink?
<a>
<link>
<href>
<url>
Q4: Which tag is used for a line break?
<br>
<lb>
<break>
<line>
Q5: Which tag is used to display a numbered list?
<ul>
<ol>
<li>
<list>
Q6: Which attribute specifies the URL of a link in the <a> tag?
src
href
link
url
Q7: Which tag is used to create a table row?
<tr>
<td>
<th>
<row>
Q8: Which tag is used to add a heading in HTML?
<p>
<h1> to <h6>
<head>
<heading>
Q9: Which tag is used to create a dropdown list?
<select>
<list>
<dropdown>
<input>
Q10: Which tag is used to display a horizontal line?
<line>
<hr>
<br>
<hline>