HTML
4.01 Transitional
» inserted instead. The document will not be Valid
until you alter the source file to reflect this new DOCTYPE. Below are the results of attempting to parse this document with an SGML parser.
Please note that you have chosen one or more options that alter the content of the document before validation, or have not provided enough information to accurately validate the document. Even if no errors are reported below, the document will not be valid until you manually make the changes we have performed automatically. Specifically, if you used some of the options that override a property of the document (e.g. the DOCTYPE or Character Encoding), you must make the same change to the source document or the server setup before it can be valid. You will also need to insert an appropriate DOCTYPE Declaration or Character Encoding (the "charset" parameter for the Content-Type HTTP header) if any of those are missing.
<frameset framespacing="0" border="false" frameborder="0" rows="85,*">
^
Error: there is no attribute "FRAMESPACING" for this element (in this HTML version)
<frameset framespacing="0" border="false" frameborder="0" rows="85,*">
^
Error: there is no attribute "BORDER" for this element (in this HTML version)
<frameset framespacing="0" border="false" frameborder="0" rows="85,*">
^
Error: there is no attribute "FRAMEBORDER" for this element (in this HTML version)
<frameset framespacing="0" border="false" frameborder="0" rows="85,*">
^
Error: there is no attribute "ROWS" for this element (in this HTML version)
<frameset framespacing="0" border="false" frameborder="0" rows="85,*">
^
Error: element "FRAMESET" not defined in this HTML version
<frame name="Ministero dell' Industria, del commercio e dell'artigia ...
^
Error: there is no attribute "NAME" for this element (in this HTML version)
... tria, del commercio e dell'artigianato" scrolling="no"
^
Error: there is no attribute "SCROLLING" for this element (in this HTML version)
target="intestazione" src="intesta.htm" style="vertical-align: top">
^
Error: there is no attribute "TARGET" for this element (in this HTML version)
target="intestazione" src="intesta.htm" style="vertical-align: top">
^
Error: there is no attribute "SRC" for this element (in this HTML version)
target="intestazione" src="intesta.htm" style="vertical-align: top">
^
Error: there is no attribute "STYLE" for this element (in this HTML version)
target="intestazione" src="intesta.htm" style="vertical-align: top">
^
Error: element "FRAME" not defined in this HTML version
<frameset cols="232,*">
^
Error: there is no attribute "COLS" for this element (in this HTML version)
<frameset cols="232,*">
^
Error: element "FRAMESET" not defined in this HTML version
... e" src="pulsanti.htm" scrolling="no" marginheight="14">
^
Error: there is no attribute "MARGINHEIGHT" for this element (in this HTML version)
... rc="pulsanti.htm" scrolling="no" marginheight="14">
^
Error: element "FRAME" not defined in this HTML version
target="intestazione" scrolling="auto">
^
Error: element "FRAME" not defined in this HTML version
</frameset>
^
Error: end tag for "FRAME" omitted; possible causes include a missing end tag, improper nesting of elements, or use of an element where it is not allowed
<frame name="Ministero dell' Industria, del commercio e dell'artig ...
^
Error: start tag was here
</frameset>
^
Error: end tag for "FRAME" omitted; possible causes include a missing end tag, improper nesting of elements, or use of an element where it is not allowed
<frame name="Ministero dell' Industria, del commercio e dell'artig ...
^
Error: start tag was here
<body>
^
Error: element "BODY" not allowed here; check which elements this element may be contained within
</frameset>
^
Error: end tag for "FRAME" omitted; possible causes include a missing end tag, improper nesting of elements, or use of an element where it is not allowed
<frame name="Ministero dell' Industria, del commercio e dell'artigia ...
^
Error: start tag was here
</html>
^
Error: missing a required sub-element of "HTML"
Sorry, this document does not validate as HTML 4.01 Transitional.
If you use CSS in your document, you should also check it for validity using the W3C CSS Validation Service.
Below is the source input I used for this validation:
1: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2: <html> 3: 4: <head> 5: <title>Ministero dell' Industria, del commercio e dell'artigianato</title> 6: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 7: <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> 8: <base target="_top"> 9: </head> 10: 11: <frameset framespacing="0" border="false" frameborder="0" rows="85,*"> 12: <frame name="Ministero dell' Industria, del commercio e dell'artigianato" scrolling="no" 13: target="intestazione" src="intesta.htm" style="vertical-align: top"> 14: <frameset cols="232,*"> 15: <frame name="Ministero dell' Industria, del commercio e dell'artigianato" 16: target="principale" src="pulsanti.htm" scrolling="no" marginheight="14"> 17: <frame name="Ministero dell' Industria, del commercio e dell'artigianato " src="corpo.htm" 18: target="intestazione" scrolling="auto"> 19: </frameset> 20: <noframes> 21: <body> 22: <p>La pagina corrente utilizza dei frame, che tuttavia non sono supportati dal browser in 23: uso.</p> 24: </body> 25: </noframes> 26: </frameset> 27: </html>