Errors found while checking this document as XHTML 1.0 Transitional!

Result: 4 Errors, 1 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: 4 Errors

  1. Error Line 4, Column 105: end tag for "link" omitted, but OMITTAG NO was specified
    ….googleapis.com/css?family=Open+Sans:400,600" rel="stylesheet" type="text/css">

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

  2. Info Line 4, Column 2: start tag was here
    	<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,600" rel="sty…
  3. Error Line 5, Column 55: end tag for "meta" omitted, but OMITTAG NO was specified
    	<meta http-equiv="X-UA-Compatible" content="IE=edge">

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

  4. Info Line 5, Column 2: start tag was here
    	<meta http-equiv="X-UA-Compatible" content="IE=edge">
  5. Error Line 31, Column 8: required attribute "type" not specified
    	<style>

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

  6. Error Line 54, Column 155: end tag for "img" omitted, but OMITTAG NO was specified
    …content/uploads/2012/03/opa-logo.png" alt="SEGAbits logo" height="70"></a></h1>

    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 54, Column 49: start tag was here
    …tslogo"><a href="http://segabits.com"><img src="http://segabits.com/wp-content…
  8. Warning Line 142, Column 37: character "&" is the first character of a delimiter but occurred as data
    						<span class="firstlevel">Help & Rules</span>

    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