Errors found while checking this document as XHTML 1.0 Transitional!

Result: 17 Errors, 2 warning(s)
:
: utf-8
: XHTML 1.0 Transitional
Root Element: html
Root Namespace: http://www.w3.org/1999/xhtml
Options

Help on the options is available.

↑ Top

Validation Output: 17 Errors

  1. Warning Line 5, Column 46: character "&" is the first character of a delimiter but occurred as data.
    	<title>SleePy Code - Welcome to SleePys Code & Development site</title>

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  2. Warning Line 104, Column 307: character "<" is the first character of a delimiter but occurred as data.
    …/sleepycode.com/Forum/Themes/imag... <a href="http://sleepycode.com/Blog/inde

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  3. Error Line 104, Column 322: NET-enabling start-tag not immediately followed by null end-tag.
    …/Forum/Themes/imag... <a href="http://sleepycode.com/Blog/index.php/id,296.0.

    This error may occur when there is a mistake in how a self-closing tag is closed, e.g '.../ >'. The proper syntax is '... />' (note the position of the space).

  4. Error Line 104, Column 264: literal is missing closing delimiter.
    …other 50 more emails a day <img src="http://sleepycode.com/Forum/Themes/imag.

    Did you forget to close a (double) quote mark?

  5. Error Line 104, Column 322: end tag for "img" omitted, but OMITTAG NO was specified.
    …/Forum/Themes/imag... <a href="http://sleepycode.com/Blog/index.php/id,296.0.

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

  6. Info Line 104, Column 254: start tag was here.
    …reading another 50 more emails a day <img src="http://sleepycode.com/Forum/Th
  7. Error Line 104, Column 382: end tag for element "a" which is not open.
    …dex.php/id,296.0.html">[Read More]</a> | <a href="http://sleepycode.com/Blog/

    The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

    If this error occurred in a script section of your document, you should probably read this FAQ entry.

  8. Error Line 108, Column 303: NET-enabling start-tag not immediately followed by null end-tag.
    …the directory you are reading...<br /... <a href="http://sleepycode.com/Blog/

    This error may occur when there is a mistake in how a self-closing tag is closed, e.g '.../ >'. The proper syntax is '... />' (note the position of the space).

  9. Error Line 108, Column 303: end tag for "br" omitted, but OMITTAG NO was specified.
    …the directory you are reading...<br /... <a href="http://sleepycode.com/Blog/

    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 108, Column 298: start tag was here.
    …ange the directory you are reading...<br /... <a href="http://sleepycode.com/
  11. Error Line 121, Column 6: end tag for "div" omitted, but OMITTAG NO was specified.
    </body></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 ">".

  12. Info Line 78, Column 0: start tag was here.
    <div class="content_box">
  13. Error Line 5, Column 47: XML Parsing Error: xmlParseEntityRef: no name.
    	<title>SleePy Code - Welcome to SleePys Code & Development site</title>

  14. Error Line 104, Column > 80: XML Parsing Error: Unescaped '<' not allowed in attributes values.
    … or anything. I thought I would post about this.<br /><br />I generally read …

  15. Error Line 104, Column > 80: XML Parsing Error: attributes construct error.
    … or anything. I thought I would post about this.<br /><br />I generally read …

  16. Error Line 104, Column > 80: XML Parsing Error: Couldn't find end of Start Tag img line 104.
    … or anything. I thought I would post about this.<br /><br />I generally read …

  17. Error Line 108, Column > 80: XML Parsing Error: error parsing attribute name.
    … I like to do.<br />Reading a directory in PHP is very simple, infact if you …

  18. Error Line 108, Column > 80: XML Parsing Error: attributes construct error.
    … I like to do.<br />Reading a directory in PHP is very simple, infact if you …

  19. Error Line 108, Column > 80: XML Parsing Error: Couldn't find end of Start Tag br line 108.
    … I like to do.<br />Reading a directory in PHP is very simple, infact if you …

  20. Error Line 121, Column 7: XML Parsing Error: Opening and ending tag mismatch: div line 78 and body.
    </body></html>

  21. Error Line 121, Column 14: XML Parsing Error: Opening and ending tag mismatch: body line 20 and html.
    </body></html>

  22. Error Line 121, Column 14: XML Parsing Error: Premature end of data in tag html line 2.
    </body></html>

↑ Top