You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
328 B
HTML

<html>
<head>
<title>Change Cursor</title>
<style type="text/css">
.xlink {cursor:crosshair}
.hlink{cursor:help}
</style>
</head>
<body>
<b>
<a href="http://www.happycodings.com" class="xlink">happycodings</a>
<br>
<a href="http://www.android.happycodings.com" class="hlink">android</a>
</b>
</body>
</html>