Thursday 3 January 2013

HTML 5 basic tutorials part 6


Comment

Writing the comment in the html 5 code help The other developer and develop the code…
 HTML comments are not visible to your website visitors
The basic example
<!-- comment here -->

ex:-

<html>
<head>
<!-- meta start -->

<meta name="this blog is all about html 5" content="20 ">

<!-- meta end -->
<title>HTML 5 Tutorial </title>
</head>
<!-- body start -->
<body>
<p>this is example of the Meta tag</p>
</body>
<!--body ends -->
</html>

0 comments:

Post a Comment