Forum Moderators: open
Then it occurred to me that the <!DOCTYPE... tag was in uppercase, and all XHTML tags should be lowercase. So I made it lowercase, resubmitted, and whaddya know it's not valid any more. I changed it back to uppercase and it's valid again.
Seems a bit illogical to me!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
</head>
<body>
<h1>Heading</h1>
</body>
</html>