A pseudo-class is a class that exists regardless of the fact if the attribute class was set for an element or not.
Such classes always exist and are supposed for some elements and their conditions.
Pseudo-classes of the element are most spread.For the element ‘a’ there are four pseudo-classes according to the condition of this element at the moment: hover, link, visited and active. More »