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 Tech Modern Language
Hyperlinks and Text Markup Language
Home Tool Markup Language
Q2: Which tag is used for inserting an image?
<img>
<image>
<pic>
<src>
Q3: Which element is used for creating a hyperlink?
<link>
<a>
<href>
<hyperlink>
Q4: Which tag is used to define the largest heading?
<head>
<h1>
<heading>
<title>
Q5: Which attribute specifies the URL of a link?
src
href
link
url
Q6: Which tag is used for line breaks?
<br>
<break>
<lb>
<newline>
Q7: Which HTML element is used for inserting a numbered list?
<ul>
<ol>
<list>
<dl>
Q8: Which HTML tag is used to display a table row?
<tr>
<td>
<row>
<table-row>
Q9: Which HTML element is used for inserting a line (horizontal rule)?
<line>
<hr>
<breakline>
<hl>
Q10: Which HTML element is used for inserting an unordered list?
<ol>
<list>
<ul>
<dl>