<html>
<head>
  <title>A simple HTML document</title>
</head>

<body bgcolor="#ff0000">
<h4>A simple HTML document</h4>

<p>
  Just a quick test <font color="#00ffff">Color</font>
</p>

<p>
  This is a <a href="page.html">link</a>
</p>

</body>

</html>