CSS – ::after Selector
The ::after pseudo-element inserts something after the content of a selected element.
The ::after pseudo-element inserts something after the content of a selected element.
The ::before pseudo-element inserts something before the content of a selected element.
The ::first-letter selector is used to select the first letter of a specified, block-level element such as a paragraph or heading.
The ::first-line selector is used to select the first line of text of a specified, block-level element such as a paragraph or heading.
The ::marker selector selects the marker of a list item (the bullet in an unordered list or number in an ordered list).
The ::selection selector matches the portion of an element that is selected by a user, and is most often used to set the background color of selected text.
This is a quick reference list of CSS pseudo-elements used to select HTML elements for styling.
Replacing text is usually done on the server side or with JavaScript, but there may be times when replacing text using CSS is the only viable solution.