valide html?

The following page is right, but some error are found :

Error: end tag for element "HEAD" which is not open; try removing the end tag or check for improper nesting of elements 
Error: there is no attribute "BORDER" for this element (in this HTML version)

Are you sure is it no bug?

<html>
  <head>
    <title>
      My personnal page
    </title>
    <frameset rows="78,*" border="0">
      <frame src="top.html" scrolling="no" marginheight="0" noresize>
      <frame src="main.html" scrolling="no">
    </frameset>
  </head>
</html>

Thanks

Nicolas

Received on Monday, 13 August 2001 09:42:13 UTC