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?
Hyperlinks and Text Markup Language
Hyper Text Markup Language
Home Tool Markup Language
Hyper Tool Multi Language
Q2: Which tag is used for inserting an image?
<image>
<pic>
<img>
<src>
Q3: Which element is used for creating a hyperlink?
<hyper>
<link>
<href>
<a>
Q4: Which tag is used to define a table row?
<row>
<tr>
<th>
<td>
Q5: Which tag defines an unordered list?
<list>
<ol>
<li>
<ul>
Q6: Which attribute provides alternative text for an image?
src
href
alt
title
Q7: Which tag creates a line break?
<lb>
<newline>
<br>
<break>
Q8: Which tag defines the largest heading?
<h6>
<h1>
<title>
<head>
Q9: Which tag defines a paragraph?
<para>
<paragraph>
<p>
<text>
Q10: Which tag defines metadata about an HTML document?
<data>
<head>
<meta>
<info>