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 Mrkup Languages
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 ref
link
href
url
Q4: Which tag is used for a line break?
br
lb
break
line
Q5: Which tag is used for a line break?
<br>
<lb>
<break>
<line>
Q6: Which attribute is used to set an image source?
href
src
link
path
Q7: Which tag is used to create a hyperlink?
<h1>
<link>
<a>
<href>
Q8: Which input type is used to select multiple options?
radio
text
checkbox
button
Q9: Which tag is used to display the largest heading?
<h6>
<h1>
<heading>
<head>
10: Which HTML element is used for a numbered list?
<ul>
<ol>
<dl>
<list>