All element “id” attributes must be unique

Severity code: Severe error

Element “id” attributes must be unique.

Example

Wrong

<p id="paragraph">First Paragraph</p><p id="paragraph">Second Paragraph</p>