Ho provato a fare il controlo di validazione w3c
Ho questi errori:

Line 1, column 0: no document type declaration; implying
codice:
"<!DOCTYPE HTML SYSTEM>"
A cosa serve questo tag? E come lo devo impostare?


Line 22, column 28: there is no attribute "BACKGROUND"

codice:
 <tr ><td background="Menu/accessi.gif" align="right" width="180" height=
Perchè non posso usare il background?

Line 50, column 84: there is no attribute "VALIGN"
codice:
... cellspacing=0 align="center" valign="top"><tr><td width="100%">
Cosa ha il valign che non va?

Line 199, column 49: there is no attribute "WIDTH"

codice:
        <input type="text" name="mail" width="10">

Grazie.