Introduction:
Comments aren't displayed in the browser - they are simply there for the
 programmer's benefit. Comments can assist you, the HTML programmer, 
because you can write notes to yourself that explain what the code does.
 This is especially useful when you have a lot of code.
Example:
<!-- The level 4 heading goes here --> <h4>How to comment out your code</h4> <!-- The text goes here --> <p>This article demonstrates the HTML code to hide your comments.</p>
0 comments :
Post a Comment