<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="content-type" content="text/html; charset=iso-8859-1"><title>Ingen titel</title>
<style type="text/css">
html{background:blue;}
body{background:red;}
</style>
<script type="text/javascript">
</script>
</head><body>
<b onclick="document.body.style.cursor='pointer';">Skift body's mus til pointer</b><br>
<b onclick="document.documentElement.style.cursor='pointer';">Skift html's mus til pointer</b><br><br>
<b onclick="document.body.style.cursor='help';">Skift body's mus til help</b><br>
<b onclick="document.documentElement.style.cursor='help';">Skift html's mus til help</b><br>
</body></html>