create a html page | Introdcution to HTML | Structure of HTML

<html>
    <head>
        <title>
            your title 
        </title>
    </head>
    <body>
        every thing type hear will display in chrome browser.
    </body>
</html>

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.