In this lab, you'll learn how to add styling to HTML tags using references called "selectors. With selectors, you can change the style of many HTML tags with a single styling rule.
Instructions:
Open styles.css and complete the missing CSS rules in the <style> section.
You will practice these selectors:
-
Element selectors (p, h1, etc.)
-
Class selectors (.classname)
-
ID selectors (#idname)