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?
a
link
href
url
Q5: Which HTML tag is used to display the largest heading?
h6
head
h1
heading
Q6: Which attribute is used in HTML to display alternative text for an image if the image cannot be shown?
title
alt
src
longdesc
Q7: Which HTML tag is used to create an unordered (bulleted) list?
ol
ul
li
list
Q8: Which HTML element is used to insert a line break?
break
lb
br
newline
Q9: Which HTML element is used to define a table row?
td
th
tr
row
Q10: Which tag is used to define a dropdown list in HTML?
input
select
list
dropdown