cara membagi halaman web dalam html

<!DOCTYPE  html>
<html>
    <head>
        <title>My First Webpage</title>
    </head>
    <body>
        <p> Hello I am a paragraph </p>
    </body>
</html>

Visit the source for more clear understanding.
Yucky Yak