InterviewSolution
| 1. |
Which Characters Can Css-names Contain? |
|
Answer» The CSS-names; names of selectors, CLASSES and IDs can contain characters a-z, A-Z, digits 0-9, period, hyphen, ESCAPED characters, Unicode characters 161-255, as well as any Unicode CHARACTER as a numeric code. The names cannot start with a dash or a digit. (NOTE: in HTML the value of the CLASS attribute can contain more characters). The CSS-names; names of selectors, classes and IDs can contain characters a-z, A-Z, digits 0-9, period, hyphen, escaped characters, Unicode characters 161-255, as well as any Unicode character as a numeric code. The names cannot start with a dash or a digit. (Note: in HTML the value of the CLASS attribute can contain more characters). |
|