sto facendo la validazione del codice html di un sito da me fatto con un editor visuale Fp 2003 ma è pieno do errori mi potete aiutare passo passo il sito è
www.carrozzeriarinnova.comla prima cosa che mi dice il W3C è questa:
Line 1, Column 0: no document type declaration; implying "<!DOCTYPE HTML SYSTEM>".
<HTML>✉
The checked page did not contain a document type ("DOCTYPE") declaration. The Validator has tried to validate with a fallback DTD, but this is quite likely to be incorrect and will generate a large number of incorrect error messages. It is highly recommended that you insert the proper DOCTYPE declaration in your document -- instructions for doing this are given above -- and it is necessary to have this declaration before the page can be declared to be valid.
vi copio il codice me lo corregete grazie:
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META NAME="Generator" CONTENT="NetObjects Fusion 5.0 for Windows">
<TITLE>rinnova</TITLE>
<STYLE TYPE="text/css">
a:link { color: black; text-decoration: none }
a:active { color: black; text-decoration: none }
a:visited { color: black; text-decoration: none }
a:hover { color: black; text-decoration: underline; background: #ffffff }
</STYLE>
</HEAD>............
che devo metettere prima di html
grazie ragazzi