Quantcast
Channel: HTML
Viewing all articles
Browse latest Browse all 91

HTML comment

$
0
0
HTML comment zymphonies Fri, 04/19/2013 - 17:01

Comments are piece of code which is ignored by any web browser. It is good practice to comment your code, especially in complex documents, to indicate sections of a document, and any other notes to anyone looking at the code. Comments help you and others understand your code.

<div id="header">
   <p>Stuff <p>
</div> <!-- END div-header -->
Tags HTML

Viewing all articles
Browse latest Browse all 91

Trending Articles