Monday, December 17, 2012

Say Hello world to HTML (Hyper Text Markup Language))

<html>
    <head>
        <title>
            Your first HTML Page
        </title>
    </head>
    <body>
        <p>This is your first webpage in HTML</p>
    </body>
</html>

No comments:

Post a Comment