Definition: A CSS selector that selects a portion of another element that would not otherwise be defined by the document tree.
Pronunciation: soo do el - eh - ment - (noun)
Examples:
The first letter or first line of a paragraph is a pseudo-element.p:first-letter
p:first-line

