Errors found while checking this document as XHTML 1.0 Strict!

Result: 15 Errors
:
: utf-8
: 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: 15 Errors

  1. Error Line 37, Column 195: end tag for element "a" which is not open.
    …ss="small">+ saiba mais</span></a></a>

    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.

  2. Error Line 45, Column 64: document type does not allow element "a" here; assuming missing "li" start-tag.
    …hos</h3></li><a href="portfolio.html"><span class="small">+ mais trabalhos</s

  3. Error Line 46, Column 30: document type does not allow element "li" here; missing one of "ul", "ol" start-tag.
    					<li class="portfolioHome"><a href="portfolio.html#clozett" title="Clozett">

    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 47, Column 31: document type does not allow element "li" here; missing one of "ul", "ol" start-tag.
    					<li class="portfolioHomeR"><a href="portfolio.html#redel" title="Redel Inte

    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>").

  5. Error Line 48, Column 30: document type does not allow element "li" here; missing one of "ul", "ol" start-tag.
    					<li class="portfolioHome"><a href="portfolio.html#basis" title="Basis"><img

    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>").

  6. Error Line 49, Column 31: document type does not allow element "li" here; missing one of "ul", "ol" start-tag.
    					<li class="portfolioHomeR"><a href="portfolio.html#isotonic" title="Isotoni

    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>").

  7. Error Line 50, Column 22: document type does not allow element "li" here; missing one of "ul", "ol" start-tag.
    					<li class="sobre"><h3>Sobre este site</h3></li>

    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>").

  8. Error Line 51, Column 8: document type does not allow element "li" here; missing one of "ul", "ol" start-tag.
    					<li>

    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>").

  9. Error Line 57, Column 8: 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 ">".

  10. Info Line 45, Column 40: start tag was here.
    					<li><h3>Últimos trabalhos</h3></li><a href="portfolio.html"><span class="sm
  11. Error Line 37, Column > 80: XML Parsing Error: Opening and ending tag mismatch: p line 36 and a.
    …is">Thiago Valenti, bacharel em Design Gráfico, atua nas áreas de design de e…

  12. Error Line 38, Column 10: XML Parsing Error: Opening and ending tag mismatch: li line 35 and p.
    						</p>

  13. Error Line 39, Column 10: XML Parsing Error: Opening and ending tag mismatch: ul line 34 and li.
    					</li>

  14. Error Line 40, Column 9: XML Parsing Error: Opening and ending tag mismatch: div line 33 and ul.
    				</ul>

  15. Error Line 93, Column 8: XML Parsing Error: Opening and ending tag mismatch: body line 21 and div.
    		</div>

  16. Error Line 104, Column 8: XML Parsing Error: Opening and ending tag mismatch: html line 3 and body.
    	</body>

↑ Top