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
Tool Markup Language
Q2: Which HTML tag is used to display an image?
<link>
<img>
<src>
<image>
Q3: Which HTML tag is used to create a hyperlink?
<a>
<link>
<href>
<url>
Q4: Which HTML tag is used to insert a line break?
<br>
<lb>
<break>
<line>
Q5: Which HTML tag is used to display the largest heading?
<h1>
<heading>
<h6>
<head>
Q6: Which HTML tag is used to display an unordered list?
<ul>
<ol>
<li>
<list>
Q7: Which HTML tag is used to display a table row?
<tr>
<td>
<table>
<th>
Q8: Which HTML tag is used to add a background image?
<background>
<img background>
Using CSS background-image
<body background="...">
Q9: Which HTML tag is used to define a hyperlink target attribute?
<target>
<a target="_blank">
<link target>
<href target>
Q10: Which HTML tag is used to display italic text?
<i>
<italic>
<em>
<it>