Errors found while checking this document as XHTML 1.0 Transitional!

Result: 42 Errors, 9 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: 42 Errors

  1. Error Line 63, Column 139: required attribute "alt" not specified
    …es/images_template/logo.png" border="0" width="210" height="119" /></a>		</div>

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

  2. Error Line 77, Column 99: required attribute "alt" not specified
    …es/images_template/campusfor.png" border="0" width="180" height="26" />		</div>

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

  3. Error Line 89, Column 79: required attribute "alt" not specified
    …g src="/images/stories/images_template/institucional.png" border="0" />		</div>

    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 99, Column 22: ID "topmenu" already defined
                <div id="topmenu"></div><div id="leftmenu2"><!--inicio div leftmenu…

    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

  5. Info Line 87, Column 27: ID "topmenu" first defined here
                    	<div id="topmenu"></div><div id="leftmenu"><!--inicio div left…
  6. Error Line 101, Column 74: required attribute "alt" not specified
    …		<img src="/images/stories/images_template/sistemas.png" border="0" />		</div>

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

  7. Error Line 103, Column 31: ID "intertopmenu" already defined
                        	<div id="intertopmenu"></div>      	

    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

  8. Info Line 91, Column 31: ID "intertopmenu" first defined here
                        	<div id="intertopmenu"></div>                	            …
  9. Error Line 107, Column 24: ID "interbottommenu" already defined
                		<div id="interbottommenu"></div> 

    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

  10. Info Line 95, Column 27: ID "interbottommenu" first defined here
                    	<div id="interbottommenu"></div> 
  11. Error Line 109, Column 22: ID "bottommenu" already defined
                <div id="bottommenu"></div>

    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

  12. Info Line 97, Column 22: ID "bottommenu" first defined here
                <div id="bottommenu"></div>
  13. Error Line 226, Column 7: end tag for element "span" which is not open
    </span><div class="clear">&nbsp;</div><!--Separador de linha-->

    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.

  14. Error Line 283, Column 7: end tag for element "span" which is not open
    </span><div class="clear">&nbsp;</div><!--Separador de linha-->

    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.

  15. Error Line 314, Column 91: required attribute "alt" not specified
    …lign: center;"><img src="/images/stories/noticias/banner.gif" border="0" /></p>

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

  16. Error Line 330, Column 7: end tag for element "span" which is not open
    </span><div class="clear">&nbsp;</div><!--Separador de linha-->

    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.

  17. Error Line 381, Column 7: end tag for element "span" which is not open
    </span><div class="clear">&nbsp;</div><!--Separador de linha-->

    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.

  18. Error Line 438, Column 7: end tag for element "span" which is not open
    </span><div class="clear">&nbsp;</div><!--Separador de linha-->

    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.

  19. Error Line 489, Column 7: end tag for element "span" which is not open
    </span><div class="clear">&nbsp;</div><!--Separador de linha-->

    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.

  20. Error Line 540, Column 7: end tag for element "span" which is not open
    </span><div class="clear">&nbsp;</div><!--Separador de linha-->

    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.

  21. Error Line 544, Column 7: end tag for "div" omitted, but OMITTAG NO was specified
    		</td>

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

  22. Info Line 493, Column 6: start tag was here
    					<div>
  23. Error Line 544, Column 7: end tag for "div" omitted, but OMITTAG NO was specified
    		</td>

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

  24. Info Line 442, Column 6: start tag was here
    					<div>
  25. Error Line 544, Column 7: end tag for "div" omitted, but OMITTAG NO was specified
    		</td>

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

  26. Info Line 385, Column 6: start tag was here
    					<div>
  27. Error Line 544, Column 7: end tag for "div" omitted, but OMITTAG NO was specified
    		</td>

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

  28. Info Line 334, Column 6: start tag was here
    					<div>
  29. Error Line 544, Column 7: end tag for "div" omitted, but OMITTAG NO was specified
    		</td>

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

  30. Info Line 287, Column 6: start tag was here
    					<div>
  31. Error Line 544, Column 7: end tag for "div" omitted, but OMITTAG NO was specified
    		</td>

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

  32. Info Line 230, Column 6: start tag was here
    					<div>
  33. Error Line 544, Column 7: end tag for "div" omitted, but OMITTAG NO was specified
    		</td>

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

  34. Info Line 172, Column 6: start tag was here
    					<div>
  35. Error Line 551, Column 105: required attribute "alt" not specified
    …ges_template/outras_noticias.png" border="0" width="133" height="18" />		</div>

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

  36. Error Line 558, Column 78: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    			Vestibular e Exame de Seleção 2010/2</a>            <div class="introtext">

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

  37. Error Line 565, Column 108: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …operação mútua com instituição no Canadá</a>            <div class="introtext">

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

  38. Error Line 572, Column 64: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    			Renovação de Matrícula</a>            <div class="introtext">

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

  39. Error Line 579, Column 93: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …abertas para seleção de tutores do CEAD </a>            <div class="introtext">

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

  40. Error Line 586, Column 81: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …	I  &quot;Arraiá do Institufederar&quot;</a>            <div class="introtext">

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

  41. Error Line 593, Column 101: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …Resultado dos pedidos de isenção de taxa</a>            <div class="introtext">

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

  42. Error Line 600, Column 115: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …em Cientista terminam no dia 30 de junho</a>            <div class="introtext">

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

  43. Error Line 607, Column 76: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    			Concurso Docentes: Resultado Final</a>            <div class="introtext">

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

  44. Warning Line 611, Column 90: cannot generate system identifier for general entity "view"
    …g.edu.br/index.php?option=com_content&view=category&id=30&Itemid=64">mais noti…

    An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".

    Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&amp;" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and &aelig; are different characters.

    If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.

    Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.

  45. Error Line 611, Column 90: general entity "view" not defined and no default entity
    …g.edu.br/index.php?option=com_content&view=category&id=30&Itemid=64">mais noti…

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.

  46. Warning Line 611, Column 94: reference not terminated by REFC delimiter
    …u.br/index.php?option=com_content&view=category&id=30&Itemid=64">mais noticias…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  47. Warning Line 611, Column 94: reference to external entity in attribute value
    …u.br/index.php?option=com_content&view=category&id=30&Itemid=64">mais noticias…

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  48. Error Line 611, Column 94: reference to entity "view" for which no system identifier could be generated
    …u.br/index.php?option=com_content&view=category&id=30&Itemid=64">mais noticias…

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.

  49. Info Line 611, Column 89: entity was defined here
    …mg.edu.br/index.php?option=com_content&view=category&id=30&Itemid=64">mais not…
  50. Warning Line 611, Column 104: cannot generate system identifier for general entity "id"
    ….php?option=com_content&view=category&id=30&Itemid=64">mais noticias...</a>		<…

    An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".

    Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&amp;" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and &aelig; are different characters.

    If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.

    Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.

  51. Error Line 611, Column 104: general entity "id" not defined and no default entity
    ….php?option=com_content&view=category&id=30&Itemid=64">mais noticias...</a>		<…

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.

  52. Warning Line 611, Column 106: reference not terminated by REFC delimiter
    …hp?option=com_content&view=category&id=30&Itemid=64">mais noticias...</a>		</d…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  53. Warning Line 611, Column 106: reference to external entity in attribute value
    …hp?option=com_content&view=category&id=30&Itemid=64">mais noticias...</a>		</d…

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  54. Error Line 611, Column 106: reference to entity "id" for which no system identifier could be generated
    …hp?option=com_content&view=category&id=30&Itemid=64">mais noticias...</a>		</d…

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.

  55. Info Line 611, Column 103: entity was defined here
    …x.php?option=com_content&view=category&id=30&Itemid=64">mais noticias...</a>		…
  56. Warning Line 611, Column 110: cannot generate system identifier for general entity "Itemid"
    …?option=com_content&view=category&id=30&Itemid=64">mais noticias...</a>		</div>

    An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".

    Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&amp;" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and &aelig; are different characters.

    If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.

    Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.

  57. Error Line 611, Column 110: general entity "Itemid" not defined and no default entity
    …?option=com_content&view=category&id=30&Itemid=64">mais noticias...</a>		</div>

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.

  58. Warning Line 611, Column 116: reference not terminated by REFC delimiter
    …?option=com_content&view=category&id=30&Itemid=64">mais noticias...</a>		</div>

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  59. Warning Line 611, Column 116: reference to external entity in attribute value
    …?option=com_content&view=category&id=30&Itemid=64">mais noticias...</a>		</div>

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  60. Error Line 611, Column 116: reference to entity "Itemid" for which no system identifier could be generated
    …?option=com_content&view=category&id=30&Itemid=64">mais noticias...</a>		</div>

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.

  61. Info Line 611, Column 109: entity was defined here
    …?option=com_content&view=category&id=30&Itemid=64">mais noticias...</a>		</div>
  62. Error Line 636, Column 95: required attribute "alt" not specified
    …tories/images_template/cursos.png" border="0" width="86" height="18" />		</div>

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

  63. Error Line 645, Column 71: required attribute "alt" not specified
    					<img src="/images/stories/images_template/arede.png" border="0" />		</div>

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

  64. Error Line 647, Column 127: required attribute "alt" not specified
    …/images_template/mapa.png" border="0" width="187" height="150" /></div>		</div>

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

  65. Error Line 651, Column 96: required attribute "alt" not specified
    …ories/images_template/eventos.png" border="0" width="85" height="18" />		</div>

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

↑ Top