pseudo-elements are keywords added to a selector to target a specific part of an HTML element in order to add styling. The convention to define a pseudo element is ::
The pseudo elements we discussed in this tutorial are
::first-letter
::first-line
::before
::after
::marker
::selection
Prerequisite Course: HTML
Since CSS works with HTML, learning HTML is a prerequisite before learning CSS
Learn HTML here: • Learn HTML 5