Errors found while checking this document as XHTML 1.0 Strict!

Result: 2 Errors, 2 warning(s)
:
: 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: 2 Errors

  1. Error Line 96, Column 16: document type does not allow element "ul" here; missing one of "object", "ins", "del", "map", "button" start-tag
                <ul>

    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 108, Column 16: document type does not allow element "ul" here; missing one of "object", "ins", "del", "map", "button" start-tag
                <ul>

    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. Warning Line 109, Column 592: character "<" is the first character of a delimiter but occurred as data
    …('Site de la soci&#233;t&#233; SODERI.<br />www.soderifinance.com', CAPICON, '…

    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.
  4. Warning Line 109, Column 1027: character "<" is the first character of a delimiter but occurred as data
    …="return overlib('Site de l&#180;ANCMF<br />www.ancmf.info', CAPICON, 'http://…

    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.

↑ Top