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="0" cols="145,*" frameborder="0">
^
Error: there is no attribute "FRAMESPACING" for this element (in this HTML version)
<frameset framespacing="0" border="0" cols="145,*" frameborder="0">
^
Error: there is no attribute "BORDER" for this element (in this HTML version)
<frameset framespacing="0" border="0" cols="145,*" frameborder="0">
^
Error: there is no attribute "COLS" for this element (in this HTML version)
<frameset framespacing="0" border="0" cols="145,*" frameborder="0">
^
Error: there is no attribute "FRAMEBORDER" for this element (in this HTML version)
<frameset framespacing="0" border="0" cols="145,*" frameborder="0">
^
Error: element "FRAMESET" not defined in this HTML version
<frame name="sinistra" scrolling="no" noresize target="superioredx" ...
^
Error: there is no attribute "NAME" for this element (in this HTML version)
... <frame name="sinistra" scrolling="no" noresize target="sup ...
^
Error: there is no attribute "SCROLLING" for this element (in this HTML version)
... "sinistra" scrolling="no" noresize target="superioredx" src= ...
^
Error: "NORESIZE" is not a member of a group specified for any attribute
... ra" scrolling="no" noresize target="superioredx" src="sommar ...
^
Error: there is no attribute "TARGET" for this element (in this HTML version)
... scrolling="no" noresize target="superioredx" src="sommario.htm">
^
Error: there is no attribute "SRC" for this element (in this HTML version)
... " noresize target="superioredx" src="sommario.htm">
^
Error: element "FRAME" not defined in this HTML version
<frameset rows="48,*">
^
Error: there is no attribute "ROWS" for this element (in this HTML version)
<frameset rows="48,*">
^
Error: element "FRAMESET" not defined in this HTML version
... rget="inferioredx" src="titolo.htm" scrolling="no">
^
Error: element "FRAME" not defined in this HTML version
... e" src="home.html" target="_self" 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="principale" src="home.html" target="_self" scrolling= ...
^
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="superioredx" target="inferioredx" src="titolo.htm" sc ...
^
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="sinistra" scrolling="no" noresize target="superioredx" ...
^
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>www.protezionecivile.it</title> 6: 7: </head> 8: 9: <frameset framespacing="0" border="0" cols="145,*" frameborder="0"> 10: <frame name="sinistra" scrolling="no" noresize target="superioredx" src="sommario.htm"> 11: <frameset rows="48,*"> 12: <frame name="superioredx" target="inferioredx" src="titolo.htm" scrolling="no"> 13: <frame name="principale" src="home.html" target="_self" scrolling="auto"> 14: </frameset> 15: <noframes> 16: <body> 17: </body> 18: </noframes> 19: </frameset> 20: 21: </html>