Monday, December 17, 2012

Comment in HTML 5

<!DOCTYPE html> 
<html>
    <head>
        <title>
            HTML Comment
        </title>
    </head>
    <body>
    <!--This is a comment-->
        <p>This is first line<br/>
        This is second line</p>
    </body>
</html>

No comments:

Post a Comment