You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The value of the id attribute must be unique within the HTML document, the id name must contain at least one character, cannot start with a number.
id attribute must be unique
must contain at least one character, cannot start with a number
* li 1
* li 2
* li 3
Current html:
<pid="0">id attribute must be unique</p><pid="2">must contain at least one character, cannot start with a number</p><ulid="4"><liid="4">li 1</li><liid="5">li 2</li><liid="6">li 3</li></ul>
Proposal - combination of tag name and id number:
<pid="p_0">id attribute must be unique</p><pid="p_2">must contain at least one character, cannot start with a number</p><ulid="ul_4"><liid="li_4">li 1</li><liid="li_5">li 2</li><liid="li_6">li 3</li></ul>
The text was updated successfully, but these errors were encountered:
The value of the id attribute must be unique within the HTML document, the id name must contain at least one character, cannot start with a number.
Current html:
Proposal - combination of tag name and id number:
The text was updated successfully, but these errors were encountered: