Autor Zpráva
Karlos
Profil *
Validator hlasi:

Line 6, column 8: 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 zdrojak souboru je takovyto:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<meta http-equiv="Refresh" content="0;URL=firma.php">
</head>

<body>
<p>&nbsp;</p>
</body>
</html>
Honza Hučín
Profil
Já bych tam docela postrádal element title.
Karlos
Profil *
Diky. Ja vedel, ze to bude nejaka bezna "prkotina" :-)
Toto téma je uzamčeno. Odpověď nelze zaslat.

0