Please check it out.Title: W3C HTML Validation Service Results
Warnings
Below are the results of attempting to parse this document with an SGML parser. Fatal Error: no document type declaration; will parse without validation I could not parse this document, because it uses a public identifier that is not in my catalog. You should make the first line of your HTML document a DOCTYPE declaration, for example, for a typical HTML 4.01 document: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Title</TITLE>
</HEAD>
<BODY>
<-- ... body of document ... -->
</BODY>
</HTML>
Sorry, I can't validate this document. Outline
Below is an outline for this document, automatically generated from the
heading tags ( If this does not look like a real outline, it is likely that the heading tags are not being used properly. (Headings should reflect the logical structure of the document; they should not be used simply to add emphasis, or to change the font size.) Source ListingBelow is the source input I used for this validation: 1: <HTML> 2: <HEAD> 3: <TITLE>Let It Ride.com - The World's Largest Online Community and Business Network for Horse Racing</TITLE> 4: </HEAD> 5: 6: <!-- frames --> 7: <FRAMESET COLS="0,*" FRAMEBORDER="0" FRAMESPACING=0> 8: <FRAME NAME="blank" SRC="javascript:void(0);" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="no" FRAMEBORDER="0" NORESIZE> 9: <FRAME NAME="Main" SRC="javascript:void(0);" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="auto" FRAMEBORDER="0" NORESIZE> 10: </FRAMESET> Parse TreeI am excluding the attributes, as you requested. <HTML> <HEAD> <TITLE> Let It Ride.com - The World's Largest Online Community and Business Network for Horse Racing </TITLE> </HEAD> <FRAMESET> <FRAME> <FRAME> </FRAME> </FRAME> </FRAMESET> </HTML> Last modified: Date: 2001/09/14 04:13:13 |
