Your page needs to look like:
[font=monospace]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Content-Style-Type" content="text/css">
<title>Example</title>
<style type="text/css">
<!--
body {background-image:url(winter.jpg)}
-->
</style>
</head>
<body>
<h1>Example</h1>
</body>
</html>[/font]
And always check your work at http://validator.w3.org/.