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?
Hyper Text Markup Language
High Text Markup Language
Hyperlinks Text Mark Language
Hyper Tool Multi Language
Q2: Which tag is used for inserting an image?
<img>
<image>
<src>
<pic>
Q3: Which element is used for creating a hyperlink?
<link>
<href>
<a>
<hyper>
Q4: Which HTML element is used for the largest heading?
<h6>
<head>
<h1>
<title>
Q5: Which tag is used to display a ordered list list?
<ul>
<ol>
<dl>
<list>
Q6: Which tag is used to create a line break?
<br>
<lb>
<break>
<enter>
Q7: Which attribute specifies the destination of a hyperlink?
src
link
href
dest
Q8: Which tag is used to define a table row?
<td>
<tr>
<th>
<table>
Q9: Which tag is used to define an unordered list?
<ol>
<ul>
<li>
<list>
Q10: Which HTML element is used to display bold text?
<bold>
<b>
<strong>
Both <b> and <strong>