About this question
I understand that id must be unique within an HTML/XHTML page.
My question is, for a given element, can I assign multiple ids to it?
I realize I have an easy solution with simply using a class. I'm just curious about using ids in this manner.