Hi Serdar,

the validator is right.

1. Line 5 column 6: end tag for "HEAD" which is not finished

The HEAD element requires a TITLE element:

 http://www.w3.org/TR/html401/struct/global.html#edef-HEAD

2. Line 8 column 6: end tag for "BODY" which is not finished.

The BODY element requires BLOCK and/or SCRIPT and/or INS, DEL elements:

 http://www.w3.org/TR/html401/struct/global.html#edef-BODY

A truly minimal valid document might look like this:

 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">

 <title></title>
 <p>


Cheers,

jens
--
Jens Brueckmann
http://www.yalf.de


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to