I have a case where I must write inline CSS code, and I want to apply a hover style on an anchor.
How can I use a:hover in inline CSS inside the HTML st
a:hover
Go Home
Hover is a pseudo class, and thus cannot be applied with a style attribute. It is part of the selector.