<html>
<head>
<basefont color="red" size="5">
</head>
<body>
<h1>This is a header</h1>
<p>This is a paragraph</p>
<p>The basefont element was deprecated in HTML 4, and is not supported in HTML 4.01 Strict DTD or in XHTML 1.0 Strict DTD. Use CSS instead.</p>
</body>
</html>