Comments in HTML

Avatar of Chris Coyier
Chris Coyier on
<div id="header">
   <p>Stuff</p>
</div> <!-- END div-header -->

The <!– –> stuff is the HTML comment. It is a way to add notes into the code which will not display when the HTML is rendered by the browser. In the example above, to signify which opening div tag the closing tag was actually closing.