Java Games: Flashcards, matching, concentration, and word search.

2020 Web Design CSS Selectors Review

AB
.classSelects all elements with class="intro"
.class.intro
#idSelects the element with id="firstname"
#id#firstname
*Selects all elements
**
element pSelects all <p> elements
element h1Selects all <h1> elements
element, element div, pSelects all <div> and all <p> elements
h1, h2, p {}Selects all elements with same style definitions


Teacher
Lewis School
Niceville, FL

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities