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 is used to create a numbered list?
< ul >
< ol >
< li >
< list >
Q6: What is the effect of the < b > tag?
It converts the text within it to bold font.
It is used to write black-colored font.
It is used to change the font size.
None of the above.
Q7: What is the function of the HTML style attribute?
It is used to add style to an HTML element.
It is used to uniquely identify some specific styles of some element.
Both A and B.
None of the above.
Q8: What is the select tag used for?
Creates a combo box.
Select some attributes and change their style.
Change text font.
None of the above.
Q9: What is the smallest header in HTML by default?
h1.
h2.
h6.
h4.
Q10: What tag is used to render an image on a webpage?
img
src
image
None of the above