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 : What does HTML stand for?
<link>
<img>
<src>
<image>
Q3 : Which element is used to create a hyperlink?
<a>
<link>
<href>
<ur Q4 : Which tag is used for a line break?
<br>
<lb>
<break>
<line Q5 : Which tag is used to bold a text?
<b>
<strong>
<em>
< Q6 : Which tag is used to draw a horizontal line?
<hr>
<br>
<hd>
<tr Q7 : Which tag is used to make form field?
<fieldset>
<legend>
<form>
<field>
Q7 : Which tag is used to create unordered list?
<ul>
<ol>
<li>
<list>
Q8 : Which element is represents self-contained content, like a blog post?
<section>
<article>
<div>
<aside>
Q9 : Which HTML API allows browser based applications to store data locally (even after reload)?
WebSockets
Local Storage
Cookies
DOM API
Q10 : Which happens if multiple <main> elements are used inside one document?
The browser renders them all normally
it is invalid in HTML only one <main> is allowed
The browser ignores all but the first
It behaves like <div>