Section 2: Class Selectors in Action
Let's See it in Action: Class Selectors
So to deploy the .statSize class selector rule you must:
- Add the class="" attribute to the opening <p> tag.
- List the name of the class selector rule (minus the period [ . ]) as the value for the class="" attribute – meaning place the name between the quotation marks [ "" ].
See the example code and subsequent web page in the example image below to understand how to deploy a class selector rule. Be sure to note the highlighted code to see how the different CSS rules apply to the HTML document.