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 main content of an HTML document?
main
body
content
html
Q6: Which attribute is used to specify an alternate text for an image?
alt
title
src
discription
Q7: Which tag is used to create an ordered list?
ul
ol
li
list
Q8: Which element is used for the largest heading in HTML?
h6
head
h1
heading
Q9: Which tag is used to define a table row?
td
tr
th
table-row
Q10: Which attribute is used to make a checkbox selected by default?
selected
checked
default
on