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 defines the largest heading?
<h1>
<h6>
<heading>
<head>
Q6: Which tag is used to create an ordered list?
<ul>
<ol>
<li>
<list>
Q7: Which attribute is used to add a link to an image?
src
href
link
alt
Q8: Which tag is used for a paragraph?
<p>
<para>
<text>
<paragraph>
Q9: Which tag is used to create a table row?
<tr>
<td>
<table>
<row>
Q10: Which tag is used to define the document's body?
<head>
<body>
<html>
<section>