Good Clean Structured HTML

You will do it like this.

<!DOCTYPE html>
    <html>
    <head>
    <title>Page Title</title>
    </head>
    <body>

    <h1>My First Heading</h1>
    <p>My first paragraph.</p>

    </body>
    </html>

Thanks

Post edited by TechnoBear to remove fake signature

1 Like