-->

HTML basic part


<html>          <!--called root tag-->
    <head>      <!--contains meta information of page-->
        <title><!--contains title of page-->
        first page in html
        </title
    </head>
    <body><!--is a container and contains everything-->
    my page in html
    I am learning html.
    </body><!--closing part of body-->
</html><!--closing of html-->

No comments:

Post a Comment