Re: [VE][79] Error Message Feedback

Stefaan Ellebaut wrote:

> Validating 
> http://www.militaryaircraftcollection.info/Dbase2/gallery2/v/Dbase/Europe/Austria/AustrianAirForce/album16/6M_BA.jpg.html 
> 
> Error [79]: "end tag for element X which is not open"
> 
> At line 8 </head> is wrong because no <head> was ever opened it says, 
> but on line 3 it clearly says <head> when asking validation with source 
> shown...

You have to delete the slashes from your LINK and META elements. Not:

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

but:

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

Note that your HEAD has two TITLE elements also, while only one is allowed.

HTH, Osmo

Received on Friday, 16 September 2005 13:20:21 UTC