Welcome to HTML Fun Learning! 🎉

What is HTML?

HTML is like the LEGO bricks of the web! It helps us build websites by adding text, images, and links. 🏗️

Basic HTML Structure

        <!DOCTYPE html>
        <html>
        <head>
            <title>My First Web Page</title>
        </head>
        <body>
            <h1>Welcome to HTML</h1>
            <p>This is a basic HTML page.</p>
        </body>
        </html>
    

HTML Quiz 🎯

1. What does HTML stand for?

Hyperlinks and Text Markup Language
HyperText Markup Language
Home Tool Markup Language

2. Which tag is used to create a hyperlink?

<link>
<a>
<href>

3. Which element is used for the biggest heading?

<h6>
<h1>
<header>

4. How do you insert an image in HTML?

<image>
<img>
<pic>

5. Which tag defines a paragraph?

<para>
<text>
<p>