In this section, we will learn what the Pseudo Class Selector is and how to use it in CSS.
Pseudo Classes in CSS
Each HTML element within a page might go through different states during its lifetime (from the moment we load a webpage till the moment we close that page)
For example:
When a link (<a> element) is loaded in a page, it is in a link state. Which means a user did not click this link, yet.
