CSS Type Selector
What is a CSS Type Selector?
- The type selector specifies the name of an element. This matches all occurrences of the named elements. More than one element can be specified by separating the element names with commas.
In the following example, the text-align property will be set to left for all <h3> elements and will be set to center for all <p>, <h1>, and <h2> elements.