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 the largest heading?
<h1>
<heading>
<head>
<h6>
Q6: Which tag is used to create a numbered list?
<ul>
<ol>
<li>
<dl>
Q7: Which attribute is used to provide a unique name to an HTML element?
class
id
name
style
Q8: Which tag is used to create a table row?
<tr>
<td>
<th>
<table>
Q9: Which tag is used to make text bold?
<strong>
<b>
<bold>
<em>
Q10: Which tag is used to add a comment in HTML?
<!-- comment -->
<comment>
<cmnt>
<note>