Answers for "how to divide a web page in html"

0

how to divide a web page in 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.
Posted by: Guest on August-09-2021

Code answers related to "how to divide a web page in html"

Browse Popular Code Answers by Language