According to specs, I've fulfilled all the criteria but still, CSS doesn't apply.
The id attribute specifies its element's unique identifier (ID). The value must be unique amongst all the IDs in the element's home subtree and must contain at least one character. The value must not contain any space characters.
So what are the valid id
values in HTML5
?
#123123c{
color: red;
}
<div id="123123c"> Hello DEVELOPERS solve this problem </div>