Kristy V. answered 03/30/19
University Instructor in CS/IT Specializing in Web Design
It appears it is not possible to use 'a:hover' in inline CSS since it only applies in the context of a style sheet. The way to achieve hovering behavior with inline styles is to use the onMouseOver and onMouseOut attributes inside the 'a' tag. For example:
I hope this answers your question.