<html>
<head>
<style>
a:hover {
background-color: yellow;
}
</style>
</head>
<body>
<h1>Demo of the :hover selector</h1>
<p>The :hover selector style links on mouse-over:</p>
<a href="../index.html">w3schools.com</a>
<a href="https://www.wikipedia.org/">wikipedia.org</a>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_sel_hover by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 05 Sep 2022 15:18:06 GMT -->
</html>