MarkUp Validation Service

Jump To: [Results]

:
: iso-8859-1
: HTML 4.01 Frameset
Errors: 4
Revalidate With Options
:

This page is not Valid HTML 4.01 Frameset!

Below are the results of attempting to parse this document with an SGML parser.

  1. Line 8, column 45: there is no attribute "FRAMESPACING" (explain...).
      <frameset rows="*" cols="184,*" framespacing="0" frameborder="NO" border="0">
                                                   ^
  2. Line 8, column 61: there is no attribute "FRAMEBORDER" (explain...).
      ...eset rows="*" cols="184,*" framespacing="0" frameborder="NO" border="0">
                                                                 ^
  3. Line 8, column 73: there is no attribute "BORDER" (explain...).
      ...*" framespacing="0" frameborder="NO" border="0">
                                                     ^
  4. Line 12, column 9: document type does not allow element "NOFRAMES" here (explain...).
      <noframes><body>
               ^

Source Listing

Below is the source input I used for this validation:

   1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
   2: <html>
   3: <head>
   4: <title>Document sans titre</title>
   5: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   6: </head>
   7: 
   8: <frameset rows="*" cols="184,*" framespacing="0" frameborder="NO" border="0">
   9:   <frame src="menu.htm" name="leftFrame" scrolling="NO" noresize>
  10:   <frame src="principal.htm" name="mainFrame">
  11: </frameset>
  12: <noframes><body>
  13: 
  14: </body></noframes>
  15: </html>
    
Valid XHTML 1.0! The W3C Validator Team
Date: 2002/11/30 23:18:00