Pages

Tuesday, August 4, 2009

[ WHY TO USE COMMENT TAGS? ]

<html> <-- Starting html document -->
<body> <-- Body tag begins , So, the comment tags helps you understand the code, in more complex situations IT WOULD GREAT GREAT HELP TO YOU, just go to view > page source in your browser and see where the tags are given and see how beneficial they can be -->

<p>This is a paragraph.</p>
<p>This is a paragraph.</p>
<p>This is a paragraph.</p>

</body>
</html>

Note: COMMENT TAGS ARE NOT VISIBLE IN YOUR CODE

See comments tags in WYSIWYG HTML Editor of w3schools.com:
http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_comment

No comments:

Post a Comment