Problem Statement
How do you select elements with class name 'intro'?
Explanation
A class selector begins with a dot. The selector '.intro' selects all elements that have class='intro'. Classes are reusable for multiple elements.
Code Solution
SolutionRead Only
.intro { font-size: 18px; }Practice Sets
This question appears in the following practice sets:
