Errors found while checking this document as XHTML 1.0 Strict!

Result: 4 Errors
:
: iso-8859-1
: XHTML 1.0 Strict
Root Element: html
Root Namespace: http://www.w3.org/1999/xhtml
Options

Help on the options is available.

↑ Top

Validation Output: 4 Errors

  1. Error Line 129, Column 8: document type does not allow element "li" here; missing one of "ul", "ol" start-tag
        <li>Designed system that collects data while bolted to a propeller -

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  2. Error Line 132, Column 8: document type does not allow element "li" here; missing one of "ul", "ol" start-tag
        <li>Designed circuit boards for <a href="http://www.globalsafetylabs.com/" …

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  3. Error Line 134, Column 8: document type does not allow element "li" here; missing one of "ul", "ol" start-tag
        <li>Designed circuit boards for <a href="http://munnichdesign.com/" >Munnic…

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  4. Error Line 136, Column 5: end tag for "li" omitted, but OMITTAG NO was specified
    </ul>

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

  5. Info Line 125, Column 5: start tag was here
        <li>Assembled hardware subsystems and programmed glue software

↑ Top