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?
Hyper Text Markup Language
Home Tool Markup Language
Hyperlinks and Text Markup Language
Hyperlinking Text Marking 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>
<hyperlink>
Q4: Which tag is used for a line break?
< br>
< break>
< lb>
< newline>
Q5: What does the <head> section of an HTML document typically contain?
Metadata, links to stylesheets, and scripts
Footer information
Main content of the page
Visible content like paragraphs and images
Q6: Which attribute is used to specify the URL of a link in an anchor (<a>) tag?
href
src
link
url
Q7: Which tag is used to create an ordered list in HTML?
<ol>
<ul>
<li>
<list>
Q8: What is the purpose of the <div> tag in HTML?
To create a division or section in a document
To insert an image
To create a hyperlink
To define a table
Q9: Which tag is used to define a table row in HTML?
<tr>
<td>
<table>
<row>
Q10: Which tag is used to define a paragraph in HTML?
<p>
<para>
<text>
<paragraph>