Can HTML closing tags contain an ID attribute?

Tacit Knowledge

New member
Very simple question here.

Would it be W3C acceptable if I were to include an ID attribute in a closing tag?
Example.
<div id="menu">
blah blah blah
lipsum whatever
</div id="menu">

I only ask because <!-- --> can become cumbersome sometimes.
 
Back
Top