10
votes
6answers
647 views

<!— open --> Why do so many developers do this in their HTML? <!— /close -->

<body> <!-- wrapper --> <div id="wrapper"> <!-- title --> <div id="title"><img src="title.png" alt="" /></div> <!-- form wrapper --> ...
13
votes
15answers
709 views

Does anyone put comments in HTML anymore? [closed]

At least in my experience, most of my web applications are not static web pages but dynamic from a scripting engine. Just curious, does anyone use HTML comments aside from for IE fixes anymore?