prova questo esempio e vedrai che il tag html è un tag come tutti gli altri
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>img</title>
<style type="text/css">
html {
background-color:#000;
margin-left: 200px }
body {
background-color:#999;
height: 480px;
width: 480px; }
</style>
</head>
<body>
<h1>1 2 3 </h1>
</body>
</html>
l'unica cosa che non si potrebbe fare è associare eventi al tag html