1
HTML/CSSAdvanced#html#javascript
id must be unique within a page and is used for a single specific element (anchors, JS hooks, label association). class can be applied to multiple elements and is used for reusable styling and grouping.
<div id="main-header" class="header dark-theme">...</div>