I understand that an id must be unique within an HTML/XHTML page.
My question is, for a given element, can I assign multiple ids to it?
My understanding has always been:
ID's are single use and are only applied to one element...
Classes can be used more than once...