Here's a interesting case of invalid html 4 strict file.
In summary, if you have <body></bodywithout any content, the file
would be invalid under html 4 strict. Valid if html 4 lose.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/
TR/html4/strict.dtd">
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=ut f-8">
<title></title>
</head>
<body>
</body>
</html>
Xah
∑ http://xahlee.org/
☄
In summary, if you have <body></bodywithout any content, the file
would be invalid under html 4 strict. Valid if html 4 lose.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/
TR/html4/strict.dtd">
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=ut f-8">
<title></title>
</head>
<body>
</body>
</html>
Xah
∑ http://xahlee.org/
☄
Comment