Can an HTML element have multiple ids?

I understand that an id must be unique within an HTML/XHTML page.

For a given element, can I assign multiple ids to it?

<div id="nested_element_123 task_123"></div>

I realize I have an easy solution with simply using a class. I’m just curious about using ids in this manner.

18 Answers
18

Leave a Comment