- From: <rism@gmx.net>
- Date: Fri, 12 Oct 2007 00:37:03 +0200
- To: www-validator@w3.org
Hi,
ahving some questions about the errors:
1. /Line 18, Column 40/: NET-enabling start-tag requires SHORTTAG YES.
|<LINK href="stylenavitest.css" type=text*/*css rel="stylesheet">|
2. Error /Line 21, Column 6/: end tag for element "HEAD" which is not
open.
|</HEAD*>*|
3. Error /Line 22, Column 16/: document type does not allow element
"BODY" here.
|<body class="c1"*>*|
where is the error?
my source:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>test</TITLE>
<META NAME="Content-Language" CONTENT="de">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
<LINK href="stylenavitest.css" type=text/css rel="stylesheet">
</HEAD>
<body class="c1">
.....
</body>
</html>
Received on Thursday, 11 October 2007 23:30:13 UTC