W3C home > Mailing lists > Public > www-validator@w3.org > October 2007

[VE][247][79][64]

From: <rism@gmx.net>
Date: Fri, 12 Oct 2007 00:37:03 +0200
Message-ID: <470EA58F.4080208@gmx.net>
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

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:59:05 UTC