Ragazzi ma i form si possono ancora usare nell'xhtml 1.1 strict?

codice:
Line 58 column 11: there is no attribute "name".
Line 58 column 31: there is no attribute "METHOD".
Line 58 column 44: there is no attribute "ACTION".
Line 58 column 81: element "FORM" undefined.
<FORM name="validation" METHOD="get" ACTION="http://127.0.0.1/results.php">

Line 59 column 16: there is no attribute "class".
Line 59 column 35: there is no attribute "TYPE".
Line 59 column 47: there is no attribute "NAME".
Line 59 column 52: element "INPUT" undefined.


<INPUT class="campoinput0" TYPE="text" NAME="q" />

Line 60 column 40: there is no attribute "VALUE".
Line 60 column 48: element "INPUT" undefined.
<INPUT TYPE="hidden" NAME="check" VALUE="11741"/>

Line 61 column 53: element "INPUT" undefined.
<INPUT class="searchok" TYPE="submit" VALUE="Cerca" /></p>

Line 62 column 6: end tag for element "form" which is not open.
</form>