User Action Pseudo-Class
:hover
Pseudo-Class to match Element when user pointer over Element
:active
Pseudo-Class to match Element activate by user
:focus
Pseudo-Class to match when Element has focus
:focus-visible
Pseudo-Class to match when Element has focus & apply (default) focus-ring to highlight element
:focus-within