Forum Moderators: open
The code....
------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title> none</title>
</head>
<body>
<script type="text/javascript">
document.write('<font color="red"> this is red text</font>')
</script>
</body>
</html>
-------------------
...gives this message in the W3C validator
"Error Line 9 column 59: end tag for element "FONT" which is not open.
The Validator found an end tag for the above element, but that element is not currently open.
Huh? I thought <font> was an open tag closed by </font>.