|
|
 |  | | Tutorials | | | HTML Hidden Comments |
|---|
Chris McIlroy http://www.c4sites.co.uk/ http://www.c4sites.co.uk/tutorials.php?tutorial=HTML%20Hidden%20Comments | | | Using comments while coding is very important for various reason.
If you plan to share your code someone coming to edit it will find it easier to
follow what your are do also it can help remind you where important pieces or
code are.
Here is an example for you to try.
<HTML>
<HEAD>
<TITLE>Testing Comment tags in HTML</TITLE>
</HEAD>
<BODY>
This line is visible.
<!-- This line is hidden -->
</BODY>
</HTML>
You can also post you comment over a number of line, see below.
<!--
This comment
is over multiple lines
making the code easy to read
and find!
-->
I hope that helps! | | | | Click HERE to add an Tutorial here for FREE |
|
|
|