Is it possible to generate end comments for html

Posted by Gandalf StormCrow on Stack Overflow See other posts from Stack Overflow or by Gandalf StormCrow
Published on 2010-03-13T13:39:37Z Indexed on 2010/03/13 13:45 UTC
Read the original article Hit count: 190

Filed under:
|

Is it possible to generate comments for closing div tags, lets take this ex. into consideration normal HTML:

<div id="content">
...
...buch of html or whateve
</div>

with comments :

<div id="content">
    ...
    ...buch of html or whateve
    </div><!--End of content-->

and so on go trough each div element and comment the end of it ?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about html