Basic Structure

    <!DOCTYPE html>
    <html>
    <head>
        <title>My First Web Page</title>
    </head>
    <body>
        <h1>Hello, World!</h1>
        <p>This is a paragraph.</p>
    </body>
    </html>
    


    Comments

    Leave a Reply

    Your email address will not be published. Required fields are marked *