standardselector has one type of text defined as a style.
multipleselector has more
contextualselector uses a special extra selector to define something inside another text type.
The contextual - child
selector only works when it is a child of another such as this em inside of p.
A class selector is used when there is more than one instance of usage.
An id selector is used when there is only one instance of usage like this overline.
This is the second instance of the class usage such as this underline.
The universal selector applied the centering of all of the text.
pseudo classin the first child, where only the first class
elementgets the style like these quotes.
The Validator Links below have a Hover color change pseudo class.
The CSS Validator has its border width and padding defined by an Attribute Selector = "Valid CSS!"