It would be helpful to me, and maybe to others as well, if it were valid to
specify an optional argument for a closing div tag (and maybe others as
well), i. e.
<div id="header">
....
</div id="header">
That way it is easier to see the intended structure.
I know I could simulate this like:
</div><!-- id="header" -->
but consider it not as elegant as my suggestion.
How do others feel about this or has this been talked to death already
without me noticing?