The "CSS" column indicates in which CSS version the property is defined (CSS1, CSS2, or CSS3).
Selector | Example | Example description | CSS |
---|---|---|---|
.class | .intro | Selects all elements with class="intro" | 1 |
#id | #firstname | Selects the element with id="firstname" | 1 |
- | * | Selects all elements | 2