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
High Text Machine Language
Hyperlinks and Text Markup Language
Home Tool Markup Language

Q2: Which tag is used for inserting an image? <img>
<image>
<picture>
<src>

Q3: Which element is used for creating a hyperlink? <link>
<href>
<a>
<hyper>

Q4: Which tag is used for the largest heading? <h1>
<h6>
<heading>
<head>

Q5: Which tag is used to create a line break? <br>
<lb>
<break>
<newline>

Q6: Which tag is used to create an ordered list? <ul>
<ol>
<list>
<li>

Q7: Which tag is used to create a table row? <td>
<tr>
<table>
<row>

Q8: Which attribute is used to provide alternative text for an image? title
alt
src
href

Q9: Which tag is used to add a background color in HTML5? <bgcolor>
style attribute
<background>
<color>

Q10: Which doctype is correct for HTML5? <!DOCTYPE html>
<!DOCTYPE HTML PUBLIC>
<!DOCTYPE html5>
<!DOCTYPE XHTML>