ďťż

Xhtml błąd przy validacji

       

Podstrony


telcocafe

Witam , napisałem pierwszą strone w XHTML 1.1, ale przy validacji wyskakuje mi błąd którego nie potrafie naprawić.

Oto tekst przy walidacji:
Line 9, column 6: end tag for "head" which is not finished </head> Most likely, You nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p> Another possibility is that you used an element (e.g. 'ul') which requires a child element (e.g. 'li') that you did not include. Hence the parent element is "not finished", not complete.

a to kod mojej strony:
<?xml version="1.0" encoding="iso-8859-2"?> <?xml-stylesheet type="text/css" href="style.css"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-type" content="text/html; charset=iso-8859-2" /> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body xml:lang="pl"> <div id="SiteContent"> <div id="SiteTop"><span id="toptext"> Top</span></div> <div id="SiteMenu"> menu </div> <div id="SiteMainContent"> Treść</div> </div> </body> </html>

nie jest go duzo ponieważ mam obszerny plik css.

proszę o pomoćc



Brakuje elementu <title> w HEAD.

http://xhtml.b7.pl - kieruj się tym kursem


Brakuje elementu <title> w HEAD.

http://xhtml.b7.pl - kieruj się tym kursem

  • zanotowane.pl
  • doc.pisz.pl
  • pdf.pisz.pl
  • nvm.keep.pl

  • Sitedesign by AltusUmbrae.