This will do it for all links on the page:


<style>
a:hover {background-color:purple; color:white;}
</style>


If you only want this to happen to certain links then: