Errors found while checking this document as XHTML + RDFa!

Result: 30 Errors
:
: utf-8
: XHTML + RDFa
Root Element: html
Root Namespace: http://www.w3.org/1999/xhtml
Options

Help on the options is available.

↑ Top

Validation Output: 30 Errors

  1. Error Line 93, Column 71: duplicate specification of attribute "title"
    …><a class="rss" title="RSS" href="#" title="Subcribe to Our RSS Feed"></a></li>

    You have specified an attribute more than once. Example: Using the "height" attribute twice on the same "img" tag.

  2. Error Line 163, Column 152: end tag for "img" omitted, but OMITTAG NO was specified
    …dent-download.jpg" alt="Uberstudent Download" title="Uberstudent Download"></a>

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

  3. Info Line 163, Column 44: start tag was here
    …           <a href="/get-uberstudent"><img src="../../images/uberstudent-downl…
  4. Error Line 171, Column 116: end tag for "img" omitted, but OMITTAG NO was specified
    …g src="../../images/uberstudent.jpg" alt="UberStudent" title="UberStudent"></a>

    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 171, Column 35: start tag was here
                    <a href="/node/3"><img src="../../images/uberstudent.jpg" alt="…
  6. Error Line 179, Column 159: end tag for "img" omitted, but OMITTAG NO was specified
    …g.jpg" alt="UberStudent Linux Learning" title="UberStudent Linux Learning"></a>

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

  7. Info Line 179, Column 33: start tag was here
                    <a href="/tour"><img src="../../images/uberstudent-linux-learni…
  8. Error Line 187, Column 166: end tag for "img" omitted, but OMITTAG NO was specified
    …g" alt="UberStudent Learning at Home" title="Uberstudent Learning at Home"></a>

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

  9. Info Line 187, Column 34: start tag was here
                    <a href="/about"><img src="../../images/uberstudent-learning-at…
  10. Error Line 199, Column 12: element "center" undefined
        <center>

    You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

    • incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
  11. Error Line 203, Column 241: required attribute "alt" not specified
    …s/about-uberstudent.png'" width="60%"/><strong><br><font color="#FFF" size="3"…

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

  12. Error Line 203, Column 254: end tag for "br" omitted, but OMITTAG NO was specified
    …tudent.png'" width="60%"/><strong><br><font color="#FFF" size="3">About</font>…

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

  13. Info Line 203, Column 250: start tag was here
    …berstudent.png'" width="60%"/><strong><br><font color="#FFF" size="3">About</f…
  14. Error Line 203, Column 266: there is no attribute "color"
    … width="60%"/><strong><br><font color="#FFF" size="3">About</font></strong></a…

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  15. Error Line 203, Column 278: there is no attribute "size"
    …"60%"/><strong><br><font color="#FFF" size="3">About</font></strong></a> </div>

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  16. Error Line 203, Column 281: element "font" undefined
    …"60%"/><strong><br><font color="#FFF" size="3">About</font></strong></a> </div>

    You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

    • incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
  17. Error Line 206, Column 229: required attribute "alt" not specified
    …c='images/take-tour.png'" width="60%"/><strong><br><font color="#FFF" size="3"…

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

  18. Error Line 206, Column 242: end tag for "br" omitted, but OMITTAG NO was specified
    …e-tour.png'" width="60%"/><strong><br><font color="#FFF" size="3">Tour</font><…

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

  19. Info Line 206, Column 238: start tag was here
    …/take-tour.png'" width="60%"/><strong><br><font color="#FFF" size="3">Tour</fo…
  20. Error Line 206, Column 269: element "font" undefined
    …h="60%"/><strong><br><font color="#FFF" size="3">Tour</font></strong></a></div>

    You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

    • incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
  21. Error Line 209, Column 257: required attribute "alt" not specified
    …ges/get-uberstudent.png'" width="60%"/><strong><br><font color="#FFF" size="3"…

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

  22. Error Line 209, Column 270: end tag for "br" omitted, but OMITTAG NO was specified
    …tudent.png'" width="60%"/><strong><br><font color="#FFF" size="3">Get</font></…

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

  23. Info Line 209, Column 266: start tag was here
    …berstudent.png'" width="60%"/><strong><br><font color="#FFF" size="3">Get</fon…
  24. Error Line 209, Column 297: element "font" undefined
    …h="60%"/><strong><br><font color="#FFF" size="3">Get</font></strong></a> </div>

    You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

    • incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
  25. Error Line 212, Column 229: required attribute "alt" not specified
    …c='images/community.png'" width="60%"/><strong><br><font color="#FFF" size="3"…

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

  26. Error Line 212, Column 242: end tag for "br" omitted, but OMITTAG NO was specified
    …munity.png'" width="60%"/><strong><br><font color="#FFF" size="3">Community</f…

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

  27. Info Line 212, Column 238: start tag was here
    …/community.png'" width="60%"/><strong><br><font color="#FFF" size="3">Communit…
  28. Error Line 212, Column 269: element "font" undefined
    …"/><strong><br><font color="#FFF" size="3">Community</font></strong></a> </div>

    You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

    • incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
  29. Error Line 215, Column 202: required attribute "alt" not specified
    …s.src='images/store.png'" width="60%"/><strong><br><font color="#FFF" size="3"…

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

  30. Error Line 215, Column 215: end tag for "br" omitted, but OMITTAG NO was specified
    …/store.png'" width="60%"/><strong><br><font color="#FFF" size="3">Store</font>…

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

  31. Info Line 215, Column 211: start tag was here
    …ages/store.png'" width="60%"/><strong><br><font color="#FFF" size="3">Store</f…
  32. Error Line 215, Column 242: element "font" undefined
    …="60%"/><strong><br><font color="#FFF" size="3">Store</font></strong></a></div>

    You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

    • incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
  33. Error Line 218, Column 206: required attribute "alt" not specified
    ….src='images/donate.png'" width="60%"/><strong><br><font color="#FFF" size="3"…

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

  34. Error Line 218, Column 219: end tag for "br" omitted, but OMITTAG NO was specified
    …donate.png'" width="60%"/><strong><br><font color="#FFF" size="3">Donate</font…

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

  35. Info Line 218, Column 215: start tag was here
    …ges/donate.png'" width="60%"/><strong><br><font color="#FFF" size="3">Donate</…
  36. Error Line 218, Column 246: element "font" undefined
    …"60%"/><strong><br><font color="#FFF" size="3">Donate</font></strong></a></div>

    You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

    • incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
  37. Error Line 221, Column 225: required attribute "alt" not specified
    …rc='images/get-help.png'" width="60%"/><strong><br><font color="#FFF" size="3"…

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

  38. Error Line 221, Column 238: end tag for "br" omitted, but OMITTAG NO was specified
    …t-help.png'" width="60%"/><strong><br><font color="#FFF" size="3">Help</font><…

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

  39. Info Line 221, Column 234: start tag was here
    …s/get-help.png'" width="60%"/><strong><br><font color="#FFF" size="3">Help</fo…
  40. Error Line 221, Column 265: element "font" undefined
    …="60%"/><strong><br><font color="#FFF" size="3">Help</font></strong></a> </div>

    You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

    • incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
  41. Error Line 325, Column 179: end tag for "br" omitted, but OMITTAG NO was specified
    …or the Open Source Community by >Drupalizing, a Project of More than Themes<br>

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

  42. Info Line 325, Column 175: start tag was here
    …or the Open Source Community by >Drupalizing, a Project of More than Themes<br>

↑ Top