 |
Java Games: Flashcards, matching, concentration, and word search. |
 |
 |
2020 Web Design CSS Selectors Review
|
| A | B |
| .class | Selects all elements with class="intro" |
| .class | .intro |
| #id | Selects the element with id="firstname" |
| #id | #firstname |
| * | Selects all elements |
| * | * |
| element p | Selects all <p> elements |
| element h1 | Selects all <h1> elements |
| element, element div, p | Selects all <div> and all <p> elements |
| h1, h2, p {} | Selects all elements with same style definitions |
|
 |
|
|
|
Teacher |
Lewis School |
| Niceville, FL |
|
|
|
|
|
| |