Errors found while checking this document as XHTML 1.0 Transitional!

Result: 9 Errors, 1 warning(s)
:
: windows-1250
: 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: 9 Errors

  1. Warning Line 8, Column 3: character "<" is the first character of a delimiter but occurred as data
      <meta name="resource-type" content="document" />

    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.
  2. Error Line 8, Column 28: an attribute value literal can occur in an attribute specification list only after a VI delimiter
      <meta name="resource-type" content="document" />

    Have you forgotten the "equal" sign marking the separation between the attribute and its declared value? Typical syntax is attribute="value".

  3. Error Line 8, Column 29: end tag for "meta" omitted, but OMITTAG NO was specified
      <meta name="resource-type" content="document" />

    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 7, Column 3: start tag was here
      <meta name="description" lang="cs" content="Instalace satelitů, montáže satel…
  5. Error Line 8, Column 30: character data is not allowed here
      <meta name="resource-type" content="document" />

    You have used character data somewhere it is not permitted to appear. Mistakes that can cause this error include:

    • putting text directly in the body of the document without wrapping it in a container element (such as a <p>aragraph</p>), or
    • forgetting to quote an attribute value (where characters such as "%" and "/" are common, but cannot appear without surrounding quotes), or
    • using XHTML-style self-closing tags (such as <meta ... />) in HTML 4.01 or earlier. To fix, remove the extra slash ('/') character. For more information about the reasons for this, see Empty elements in SGML, HTML, XML, and XHTML.
  6. Error Line 21, Column 8: required attribute "type" not specified
    <script>

    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 24, Column 41: required attribute "type" not specified
    …cript src="//c.imedia.cz/js/script.js"></script></div></div><!--WZ-REKLAMA-1.0…

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

  8. Error Line 91, Column 159: end tag for "img" omitted, but OMITTAG NO was specified
    …anteny.euweb.cz" border="0" width="80" height="20" alt="PageRank ukazatel"></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 91, Column 36: start tag was here
    <a href="http://pagerank.yuhu.cz/"><img src="http://pagerank.yuhu.cz/pr.php?url…
  10. Error Line 93, Column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    <a target=_blank href="http://www.bloger.cz/"> <img src="http://banery.bloger.c…

  11. Error Line 93, Column 173: end tag for "img" omitted, but OMITTAG NO was specified
    …h="88" height="31" alt="blog bloger.cz" title="blog bloger.cz" border="0"> </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 ">".

  12. Info Line 93, Column 48: start tag was here
    …=_blank href="http://www.bloger.cz/"> <img src="http://banery.bloger.cz/bloger…
  13. Error Line 94, Column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    <a target=_blank href="http://www.bloger.cz">www.bloger.cz</a> 

↑ Top