Björn Höhrmann: Wie weit ist das von W3C entfernt?

Beitrag lesen

Ich hab da ein kleines Problem naja, problem ist vielleicht übertrieben den das Construct funktioneiert ja in IE und NS die Frage ist aber ist es "richtig"?

http://www.htmlhelp.com/tools/validator/direct.html

Line 11, character 4:
<tr>
   ^
Error: element TR not allowed here; check which elements this element may be contained within

Line 14, character 15:
<form methode="post" action="auswahl.php3">
              ^
Error: there is no attribute METHODE for this element (in this HTML version)

Line 15, character 20:
<tr valign="middle">
                   ^
Error: element TR not allowed here; check which elements this element may be contained within

Line 21, character 4:
<tr>
   ^
Error: element TR not allowed here; check which elements this element may be contained within

Line 22, character 9:
        [.....]
        ^
Error: text is not allowed here; try wrapping the text in a more descriptive container

Line 23, character 13:
        </tr>
            ^
Error: missing a required sub-element of TR

Line 24, character 12:
    </table>
           ^
Error: end tag for element TABLE which is not open; try removing the end tag or check for improper nesting of elements

Line 25, character 9:
  </body>
        ^
Error: end tag for FORM omitted; possible causes include a missing end tag, improper nesting of elements, or use of an element where it is not allowed

Line 20, character 1:
<form methode="post" action="auswahl.php3">
^
start tag was here