HTML Quiz
Test your knowledge of HTML Basic to Advance!
1. What does HTML stand for?
Hyper Text Markup Language
Home Tool Markup Language
Hyperlinks and Text Markup Language
2. Choose the correct HTML element for the largest heading:
<h1>
<h6>
<head>
3. What is the correct HTML tag for inserting a line break?
<br>
<lb>
<break>
4. Which character is used to indicate an end tag?
/
*
^
5. How can you make a numbered list?
<ol>
<ul>
<li>
6. For which purpose <b> tag is used for?
italic text
bold text
emphasize
7. Which attribute defines a link text?
name
style
href
8. The alt atribute defines which type of text?
image text
alternative text
nothing
9. <hr> tag is used for which purpose?
Horizontal rule
line breaking
hide row
10. If we wanna display poem on website which tag should we use?
<p>
<pre>
<legend>
11. Which tag is used for short quotations?
<blockquote>
<q>
<i>
Submit