HTML Code for Mouse pointer-HOVER using External Style Sheet
[Link]:
a:node{text-decoration : None}
a:hover{text-decoration : underline; color : green; background-color : red}
li, em{color : red; font-weight : bold}
ul{margin-left:75px}
ul,ul{text-decoration : underline; margin-left:15px}
[Link]
<html>
<head>
<link rel="Stylesheet"
type="text/css"
href="[Link]"/>
</head>
<title>HOVER</title>
<body>
<h1> Shopping List for <em> Sunday </em>
</h1>
<ul><li>Milk</li>
<li>bread
<ul>
<li>bread1</li>
<li>bread2</li>
</ul>
</li>
<li>Rice</li>
<p><a class="hover"
href="[Link]">google</a>
</body>
</html>
\
OUTPUT: