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 define a table row? <td>
<th>
<tr>
<table>
Q6: Which tag is used for the largest heading? <heading>
<h6>
<h1>
<head>
Q7: Which tag is used to create an ordered list? <ul>
<ol>
<li>
<list>
Q8: Which attribute is used to provide alternative text for an image? title
alt
src
href
Q9: Which element is used to define important text (usually bold)? <strong>
<important>
<bold>
<b>
Q10: Which HTML tag is used to display a numbered list? <list>
<dl>
<ol>
<ul>