HTML Basics Quiz

1. What does HTML stand for?

Hyperlinks and Text Markup Language
Hyper Text Markup Language
Home Tool Markup Language

2. Which tag is used to create a hyperlink in HTML?

<p>
<img>
<a>

3. How can you create a numbered list in HTML?

<ol>
<ul>
<dl>

4. Which HTML element is used to define the largest heading?

<h1>
<h6>
<head>