1
I know that pseudo classes are: :link
, :visited
, :hover
and :active
, but I would like to know if it has how to use the pseudo classes through class, id or inline. Sometimes I don’t want to use one :hover
in all the h1
, only in some. How do I make such a choice?
Got it, thanks a lot for the help .
– Antonio Lima