CodingGita HTML Quiz
Answer the following 10 question. Select only one option for each question and submit your answer
Q1: What does HTML stand for
HyperText Markup Language
HighText Machine Language
HyperLink and Text Markup Language
Home Tool Markup Language
Q2 : What 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 attribute is used to open a link in a new tab?
target="_blank"
href="new"
open="tab"
new="true"
Q6 : Which tag is used to display the largest heading?
<head>
<h6>
<h1>
<heading>
Q7 : Which HTML tag is used to create a numbered list?
<ul>
<ol>
<li>
<list>
Q8 : Which HTML tag is used to display a table?
<tab>
<table>
<tr>
<td>
Q9 : Which tag is used for inserting the largest line break (paragraph break)?
<break>
<p>
<nl>
<line>
Q10 : In HTML, which attribute is used to provide alternate text for an image?
alt
title
src
name