The final (closing) angle bracket in the code below is not interpreted as closing the <input> element:
<input type='text' name='name' <!-- id='name' -->>
I thought this was a valid way to comment out this attribute but Google Chrome, Firefox and Notepad++ (color coding) all suggest that this is not the way to go.
I used CTRL+Shift+Q in Notepad++ to do this.
Then what is the proper way to comment out this <id> attribute?

