Errors found while checking this document as XHTML 1.0 Transitional!

Result: 11 Errors, 1 warning(s)
:
: iso-8859-1
: XHTML 1.0 Transitional
Root Element: html
Root Namespace: http://www.w3.org/1999/xhtml
Options

Help on the options is available.

Notes and Potential Issues

The following notes and warnings highlight missing or conflicting information which caused the validator to perform some guesswork prior to validation. If the guess or fallback is incorrect, it could make validation results entirely incoherent. It is highly recommended to check these potential issues, and, if necessary, fix them and re-validate the document.

  1. Warning No DOCTYPE found! Checking with default XHTML 1.0 Transitional Document Type.

    No DOCTYPE Declaration could be found or recognized in this document. This generally means that the document is not declaring its Document Type at the top. It can also mean that the DOCTYPE declaration contains a spelling error, or that it is not using the correct syntax.

    The document was checked using a default "fallback" Document Type Definition that closely resembles “XHTML 1.0 Transitional”.

    Learn how to add a doctype to your document from our FAQ.

↑ Top

Validation Output: 11 Errors

  1. Error Line 5, Column 283: end tag for "meta" omitted, but OMITTAG NO was specified
    …sting and production coordination…

    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

  2. Info Line 5: start tag was here
     <meta name="description" content="Brook Pifer is an advertising, entertainment, 
  3. Error Line 48, Column 54: required attribute "type" not specified
    <script language="Javascript" src="scripts/kungfu.js"></script>

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  4. Error Line 52, Column 30: required attribute "type" not specified
    <script language="JavaScript"> 

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  5. Error Line 67, Column 23: document type does not allow element "div" here; assuming missing "object" start-tag
    <div id="flashcontent">

  6. Error Line 81, Column 6: document type does not allow element "body" here
    <body>

    The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

    One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

  7. Error Line 91, Column 7: end tag for "object" omitted, but OMITTAG NO was specified
    </html>

    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

  8. Info Line 67: start tag was here
    ><div id="flashcontent">
  9. Error Line 91, Column 7: end tag for "head" omitted, but OMITTAG NO was specified
    </html>

    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

  10. Info Line 2: start tag was here
    ><head>
  11. Error Line 91, Column 7: end tag for "html" which is not finished
    </html>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.

  12. Error Line 91, Column 7: XML Parsing Error: Opening and ending tag mismatch: meta line 5 and html
    </html>

  13. Error Line 91, Column 7: XML Parsing Error: Premature end of data in tag head line 2
    </html>

  14. Error Line 91, Column 7: XML Parsing Error: Premature end of data in tag html line 1
    </html>

↑ Top