Validatorix: Frame Darstellungs Problem mit Netscape

Beitrag lesen

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
           "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Style-Type" content="text/css">
</head>
<frameset rows="15%,85%">
    <frame src="home_top.html" name="home_top"></frame>
    <frameset cols="15%,85%">
    <frame src="home_left.html" name="home_left"></frame>
    <frame src="home.html" name="Homezone"></frame>
    <noframes>
    home.html
  </noframes>
</frameset>
</html>

Line 6, column 6:

</head>
        ^
Error: missing a required sub-element of "HEAD"

Line 8, column 53:

<frame src="home_top.html" name="home_top"></frame>
                                                       ^
Error: end tag for element "FRAME" which is not open; try removing the end tag or check for improper nesting of elements

Line 10, column 55:

<frame src="home_left.html" name="home_left"></frame>
                                                         ^
Error: end tag for element "FRAME" which is not open; try removing the end tag or check for improper nesting of elements

Line 11, column 49:

<frame src="home.html" name="Homezone"></frame>
                                                   ^
Error: end tag for element "FRAME" which is not open; try removing the end tag or check for improper nesting of elements

Line 16, column 6:

</html>
        ^
Error: end tag for "FRAMESET" omitted; possible causes include a missing end tag, improper nesting of elements, or use of an element where it is not allowed

Line 7, column 0:

<frameset rows="15%,85%">
  ^
Error: start tag was here

http://validator.w3.org/