This page is not Valid (no Doctype found)!

Result: Failed validation, 64 Errors
:
Root Element: html

Potential Issues

The following missing or conflicting information caused the validator to perform guesswork prior to validation. If the guess or fallback is incorrect, it may make validation results entirely incoherent. It is highly recommended to check these potential issues, and, if necessary, fix them and re-validate the document.

  1. Warning Unable to Determine Parse Mode!

    The validator can process documents either as XML (for document types such as XHTML, SVG, etc.) or SGML (for HTML 4.01 and prior versions). For this document, the information available was not sufficient to determine the parsing mode unambiguously, because:

    • the MIME Media Type (text/html) can be used for XML or SGML document types
    • No known Document Type could be detected
    • No XML declaration (e.g <?xml version="1.0"?>) could be found at the beginning of the document.

    As a default, the validator is falling back to SGML mode.

  2. Warning No DOCTYPE found! Attempting validation with HTML 4.01 Transitional.

    The DOCTYPE Declaration was not recognized or is missing. This probably means that the Formal Public Identifier contains a spelling error, or that the Declaration is not using correct syntax. Validation has been performed using a default "fallback" Document Type Definition that closely resembles "HTML 4.01 Transitional", but the document will not be Valid until you have corrected this problem with the DOCTYPE Declaration.

    Learn how to add a doctype to your document from our FAQ.

↑ Top

Validation Output: 64 Errors

  1. Error Line 1, Column 0: no document type declaration; implying "<!DOCTYPE HTML SYSTEM>".
    <html><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859

    The checked page did not contain a document type ("DOCTYPE") declaration. The Validator has tried to validate with a fallback DTD, but this is quite likely to be incorrect and will generate a large number of incorrect error messages. It is highly recommended that you insert the proper DOCTYPE declaration in your document -- instructions for doing this are given above -- and it is necessary to have this declaration before the page can be declared to be valid.

  2. Error Line 1, Column 111: required attribute "TYPE" not specified.
    …O-8859-1"><title>Google</title><style>body,td,a,p,.h{font-family:arial,sans-s

    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 1, Column 1446: required attribute "TYPE" not specified.
    …or:#fff;display:block}</style><script>window.google={kEI:"Ej1VSNfGGJKaeJX3wAg

    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 3, Column 1023: an attribute value must be a literal unless it contains only name characters.
    …)}})();</script></head><body bgcolor=#ffffff text=#000000 link=#0000cc vlink=

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  5. Error Line 3, Column 1036: an attribute value must be a literal unless it contains only name characters.
    …pt></head><body bgcolor=#ffffff text=#000000 link=#0000cc vlink=#551a8b alink

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  6. Error Line 3, Column 1049: an attribute value must be a literal unless it contains only name characters.
    …dy bgcolor=#ffffff text=#000000 link=#0000cc vlink=#551a8b alink=#ff0000 onlo

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  7. Error Line 3, Column 1063: an attribute value must be a literal unless it contains only name characters.
    …ffff text=#000000 link=#0000cc vlink=#551a8b alink=#ff0000 onload="sf();if(do

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  8. Error Line 3, Column 1077: an attribute value must be a literal unless it contains only name characters.
    …000 link=#0000cc vlink=#551a8b alink=#ff0000 onload="sf();if(document.images)

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  9. Error Line 3, Column 1170: there is no attribute "TOPMARGIN".
    …='/images/nav_logo3.png'}" topmargin=3 marginheight=3><div id=gbar><nobr><spa

    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.

  10. Error Line 3, Column 1185: there is no attribute "MARGINHEIGHT".
    …ogo3.png'}" topmargin=3 marginheight=3><div id=gbar><nobr><span class=gb1><b>

    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.

  11. Error Line 3, Column 1205: element "NOBR" undefined.
    …n=3 marginheight=3><div id=gbar><nobr><span class=gb1><b>Web</b></span> <span

    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).
  12. Warning Line 3, Column 1302: cannot generate system identifier for general entity "tab".
    …http://images.google.com/imghp?hl=en&tab=wi" onclick=gbar.qs(this)>Images</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.

  13. Error Line 3, Column 1302: general entity "tab" not defined and no default entity.
    …http://images.google.com/imghp?hl=en&tab=wi" onclick=gbar.qs(this)>Images</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.

  14. Error Line 3, Column 1305: reference to entity "tab" for which no system identifier could be generated.
    …p://images.google.com/imghp?hl=en&tab=wi" onclick=gbar.qs(this)>Images</a></s

    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.

  15. Info Line 3, Column 1301: entity was defined here.
    …"http://images.google.com/imghp?hl=en&tab=wi" onclick=gbar.qs(this)>Images</a
  16. Error Line 3, Column 1325: an attribute value must be a literal unless it contains only name characters.
    …m/imghp?hl=en&tab=wi" onclick=gbar.qs(this)>Images</a></span> <span class=gb1

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  17. Error Line 3, Column 1412: reference to entity "tab" for which no system identifier could be generated.
    …http://maps.google.com/maps?hl=en&tab=wl" onclick=gbar.qs(this)>Maps</a></spa

    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.

  18. Info Line 3, Column 1301: entity was defined here.
    …"http://images.google.com/imghp?hl=en&tab=wi" onclick=gbar.qs(this)>Images</a
  19. Error Line 3, Column 1432: an attribute value must be a literal unless it contains only name characters.
    …om/maps?hl=en&tab=wl" onclick=gbar.qs(this)>Maps</a></span> <span class=gb1><

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  20. Error Line 3, Column 1518: reference to entity "tab" for which no system identifier could be generated.
    …ttp://news.google.com/nwshp?hl=en&tab=wn" onclick=gbar.qs(this)>News</a></spa

    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.

  21. Info Line 3, Column 1301: entity was defined here.
    …"http://images.google.com/imghp?hl=en&tab=wi" onclick=gbar.qs(this)>Images</a
  22. Error Line 3, Column 1538: an attribute value must be a literal unless it contains only name characters.
    …m/nwshp?hl=en&tab=wn" onclick=gbar.qs(this)>News</a></span> <span class=gb1><

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  23. Error Line 3, Column 1623: reference to entity "tab" for which no system identifier could be generated.
    …http://www.google.com/prdhp?hl=en&tab=wf" onclick=gbar.qs(this)>Shopping</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.

  24. Info Line 3, Column 1301: entity was defined here.
    …"http://images.google.com/imghp?hl=en&tab=wi" onclick=gbar.qs(this)>Images</a
  25. Error Line 3, Column 1643: an attribute value must be a literal unless it contains only name characters.
    …m/prdhp?hl=en&tab=wf" onclick=gbar.qs(this)>Shopping</a></span> <span class=g

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  26. Error Line 3, Column 1733: reference to entity "tab" for which no system identifier could be generated.
    …ttp://mail.google.com/mail/?hl=en&tab=wm">Gmail</a></span> <span class=gb3><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.

  27. Info Line 3, Column 1301: entity was defined here.
    …"http://images.google.com/imghp?hl=en&tab=wi" onclick=gbar.qs(this)>Images</a
  28. Error Line 3, Column 1972: reference to entity "tab" for which no system identifier could be generated.
    …f="http://video.google.com/?hl=en&tab=wv" onclick=gbar.qs(this)>Video</a></sp

    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.

  29. Info Line 3, Column 1301: entity was defined here.
    …"http://images.google.com/imghp?hl=en&tab=wi" onclick=gbar.qs(this)>Images</a
  30. Error Line 3, Column 1992: an attribute value must be a literal unless it contains only name characters.
    …le.com/?hl=en&tab=wv" onclick=gbar.qs(this)>Video</a></span> <span class=gb2>

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  31. Error Line 3, Column 2081: reference to entity "tab" for which no system identifier could be generated.
    …p://groups.google.com/grphp?hl=en&tab=wg" onclick=gbar.qs(this)>Groups</a></s

    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.

  32. Info Line 3, Column 1301: entity was defined here.
    …"http://images.google.com/imghp?hl=en&tab=wi" onclick=gbar.qs(this)>Images</a
  33. Error Line 3, Column 2101: an attribute value must be a literal unless it contains only name characters.
    …m/grphp?hl=en&tab=wg" onclick=gbar.qs(this)>Groups</a></span> <span class=gb2

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  34. Error Line 3, Column 2190: reference to entity "tab" for which no system identifier could be generated.
    …tp://books.google.com/bkshp?hl=en&tab=wp" onclick=gbar.qs(this)>Books</a></sp

    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.

  35. Info Line 3, Column 1301: entity was defined here.
    …"http://images.google.com/imghp?hl=en&tab=wi" onclick=gbar.qs(this)>Images</a
  36. Error Line 3, Column 2210: an attribute value must be a literal unless it contains only name characters.
    …m/bkshp?hl=en&tab=wp" onclick=gbar.qs(this)>Books</a></span> <span class=gb2>

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  37. Error Line 3, Column 2300: reference to entity "tab" for which no system identifier could be generated.
    …://scholar.google.com/schhp?hl=en&tab=ws" onclick=gbar.qs(this)>Scholar</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.

  38. Info Line 3, Column 1301: entity was defined here.
    …"http://images.google.com/imghp?hl=en&tab=wi" onclick=gbar.qs(this)>Images</a
  39. Error Line 3, Column 2320: an attribute value must be a literal unless it contains only name characters.
    …m/schhp?hl=en&tab=ws" onclick=gbar.qs(this)>Scholar</a></span> <span class=gb

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  40. Error Line 3, Column 2414: reference to entity "tab" for which no system identifier could be generated.
    …/finance.google.com/finance?hl=en&tab=we" onclick=gbar.qs(this)>Finance</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.

  41. Info Line 3, Column 1301: entity was defined here.
    …"http://images.google.com/imghp?hl=en&tab=wi" onclick=gbar.qs(this)>Images</a
  42. Error Line 3, Column 2434: an attribute value must be a literal unless it contains only name characters.
    …finance?hl=en&tab=we" onclick=gbar.qs(this)>Finance</a></span> <span class=gb

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  43. Error Line 3, Column 2524: reference to entity "tab" for which no system identifier could be generated.
    …tp://blogsearch.google.com/?hl=en&tab=wb" onclick=gbar.qs(this)>Blogs</a></sp

    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.

  44. Info Line 3, Column 1301: entity was defined here.
    …"http://images.google.com/imghp?hl=en&tab=wi" onclick=gbar.qs(this)>Images</a
  45. Error Line 3, Column 2544: an attribute value must be a literal unless it contains only name characters.
    …le.com/?hl=en&tab=wb" onclick=gbar.qs(this)>Blogs</a></span> <span class=gb2>

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  46. Error Line 3, Column 2588: document type does not allow element "DIV" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag.
    …Blogs</a></span> <span class=gb2><div></div></a></span> <span class=gb2><a hr

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

  47. Error Line 3, Column 2598: end tag for element "A" which is not open.
    …/span> <span class=gb2><div></div></a></span> <span class=gb2><a href="http:/

    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.

  48. Error Line 3, Column 2665: reference to entity "tab" for which no system identifier could be generated.
    …ef="http://www.youtube.com/?hl=en&tab=w1" onclick=gbar.qs(this)>YouTube</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.

  49. Info Line 3, Column 1301: entity was defined here.
    …"http://images.google.com/imghp?hl=en&tab=wi" onclick=gbar.qs(this)>Images</a
  50. Error Line 3, Column 2685: an attribute value must be a literal unless it contains only name characters.
    …be.com/?hl=en&tab=w1" onclick=gbar.qs(this)>YouTube</a></span> <span class=gb

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  51. Error Line 3, Column 2783: reference to entity "tab" for which no system identifier could be generated.
    ….google.com/calendar/render?hl=en&tab=wc">Calendar</a></span> <span class=gb2

    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. Info Line 3, Column 1301: entity was defined here.
    …"http://images.google.com/imghp?hl=en&tab=wi" onclick=gbar.qs(this)>Images</a
  53. Error Line 3, Column 2875: reference to entity "tab" for which no system identifier could be generated.
    …//picasaweb.google.com/home?hl=en&tab=wq" onclick=gbar.qs(this)>Photos</a></s

    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.

  54. Info Line 3, Column 1301: entity was defined here.
    …"http://images.google.com/imghp?hl=en&tab=wi" onclick=gbar.qs(this)>Images</a
  55. Error Line 3, Column 2895: an attribute value must be a literal unless it contains only name characters.
    …om/home?hl=en&tab=wq" onclick=gbar.qs(this)>Photos</a></span> <span class=gb2

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  56. Error Line 3, Column 2978: reference to entity "tab" for which no system identifier could be generated.
    …ef="http://docs.google.com/?hl=en&tab=wo">Documents</a></span> <span class=gb

    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.

  57. Info Line 3, Column 1301: entity was defined here.
    …"http://images.google.com/imghp?hl=en&tab=wi" onclick=gbar.qs(this)>Images</a
  58. Error Line 3, Column 3073: reference to entity "tab" for which no system identifier could be generated.
    …www.google.com/reader/view/?hl=en&tab=wy">Reader</a></span> <span class=gb2><

    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.

  59. Info Line 3, Column 1301: entity was defined here.
    …"http://images.google.com/imghp?hl=en&tab=wi" onclick=gbar.qs(this)>Images</a
  60. Error Line 3, Column 3116: document type does not allow element "DIV" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag.
    …eader</a></span> <span class=gb2><div></div></a></span> <span class=gb2><a hr

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

  61. Error Line 3, Column 3126: end tag for element "A" which is not open.
    …/span> <span class=gb2><div></div></a></span> <span class=gb2><a href="http:/

    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.

  62. Error Line 3, Column 3381: there is no attribute "WIDTH".
    …font-size:84%;padding:0 0 4px" width=100%><nobr><a href="/url?sa=p&pref=ig&pv

    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.

  63. Error Line 3, Column 3384: an attribute value must be a literal unless it contains only name characters.
    …t-size:84%;padding:0 0 4px" width=100%><nobr><a href="/url?sa=p&pref=ig&pval=

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  64. Error Line 3, Column 3391: element "NOBR" undefined.
    …84%;padding:0 0 4px" width=100%><nobr><a href="/url?sa=p&pref=ig&pval=3&q=htt

    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).
  65. Warning Line 3, Column 3411: cannot generate system identifier for general entity "pref".
    … width=100%><nobr><a href="/url?sa=p&pref=ig&pval=3&q=http://www.google.com/i

    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.

  66. Error Line 3, Column 3411: general entity "pref" not defined and no default entity.
    … width=100%><nobr><a href="/url?sa=p&pref=ig&pval=3&q=http://www.google.com/i

    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.

  67. Error Line 3, Column 3415: reference to entity "pref" for which no system identifier could be generated.
    …th=100%><nobr><a href="/url?sa=p&pref=ig&pval=3&q=http://www.google.com/ig%3F

    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.

  68. Info Line 3, Column 3410: entity was defined here.
    …" width=100%><nobr><a href="/url?sa=p&pref=ig&pval=3&q=http://www.google.com/
  69. Warning Line 3, Column 3419: cannot generate system identifier for general entity "pval".
    …00%><nobr><a href="/url?sa=p&pref=ig&pval=3&q=http://www.google.com/ig%3Fhl%3

    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.

  70. Error Line 3, Column 3419: general entity "pval" not defined and no default entity.
    …00%><nobr><a href="/url?sa=p&pref=ig&pval=3&q=http://www.google.com/ig%3Fhl%3

    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.

  71. Error Line 3, Column 3423: reference to entity "pval" for which no system identifier could be generated.
    …<nobr><a href="/url?sa=p&pref=ig&pval=3&q=http://www.google.com/ig%3Fhl%3Den%

    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.

  72. Info Line 3, Column 3418: entity was defined here.
    …100%><nobr><a href="/url?sa=p&pref=ig&pval=3&q=http://www.google.com/ig%3Fhl%
  73. Warning Line 3, Column 3426: cannot generate system identifier for general entity "q".
    …br><a href="/url?sa=p&pref=ig&pval=3&q=http://www.google.com/ig%3Fhl%3Den%26s

    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.

  74. Error Line 3, Column 3426: general entity "q" not defined and no default entity.
    …br><a href="/url?sa=p&pref=ig&pval=3&q=http://www.google.com/ig%3Fhl%3Den%26s

    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.

  75. Error Line 3, Column 3427: reference to entity "q" for which no system identifier could be generated.
    …r><a href="/url?sa=p&pref=ig&pval=3&q=http://www.google.com/ig%3Fhl%3Den%26so

    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.

  76. Info Line 3, Column 3425: entity was defined here.
    …obr><a href="/url?sa=p&pref=ig&pval=3&q=http://www.google.com/ig%3Fhl%3Den%26
  77. Warning Line 3, Column 3479: cannot generate system identifier for general entity "usg".
    …gle.com/ig%3Fhl%3Den%26source%3Diglk&usg=AFQjCNFA18XPfgb7dKnXfKz7x7g1GDH1tg">

    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.

  78. Error Line 3, Column 3479: general entity "usg" not defined and no default entity.
    …gle.com/ig%3Fhl%3Den%26source%3Diglk&usg=AFQjCNFA18XPfgb7dKnXfKz7x7g1GDH1tg">

    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.

  79. Error Line 3, Column 3482: reference to entity "usg" for which no system identifier could be generated.
    ….com/ig%3Fhl%3Den%26source%3Diglk&usg=AFQjCNFA18XPfgb7dKnXfKz7x7g1GDH1tg">iGo

    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.

  80. Info Line 3, Column 3478: entity was defined here.
    …ogle.com/ig%3Fhl%3Den%26source%3Diglk&usg=AFQjCNFA18XPfgb7dKnXfKz7x7g1GDH1tg"
  81. Warning Line 3, Column 3612: cannot generate system identifier for general entity "hl".
    …ogin?continue=http://www.google.com/&hl=en">Sign in</a></nobr></div><center><

    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.

  82. Error Line 3, Column 3612: general entity "hl" not defined and no default entity.
    …ogin?continue=http://www.google.com/&hl=en">Sign in</a></nobr></div><center><

    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.

  83. Error Line 3, Column 3614: reference to entity "hl" for which no system identifier could be generated.
    …in?continue=http://www.google.com/&hl=en">Sign in</a></nobr></div><center><br

    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.

  84. Info Line 3, Column 3611: entity was defined here.
    …Login?continue=http://www.google.com/&hl=en">Sign in</a></nobr></div><center>
  85. Error Line 3, Column 3718: reference to entity "hl" for which no system identifier could be generated.
    …"/search?q=father&#37;27s+day+2008&hl=en"><img src=/logos/fathersday08.gif wi

    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.

  86. Info Line 3, Column 3611: entity was defined here.
    …Login?continue=http://www.google.com/&hl=en">Sign in</a></nobr></div><center>
  87. Error Line 3, Column 3732: an attribute value must be a literal unless it contains only name characters.
    …her&#37;27s+day+2008&hl=en"><img src=/logos/fathersday08.gif width=276 height

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  88. Error Line 3, Column 3944: an attribute value must be a literal unless it contains only name characters.
    …spacing=0><tr valign=top><td width=25%>&nbsp;</td><td align=center nowrap><in

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  89. Error Line 3, Column 4265: an attribute value must be a literal unless it contains only name characters.
    …eling Lucky"></td><td nowrap width=25%><font size=-2>&nbsp;&nbsp;<a href=/adv

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  90. Error Line 3, Column 4301: an attribute value must be a literal unless it contains only name characters.
    …5%><font size=-2>&nbsp;&nbsp;<a href=/advanced_search?hl=en>Advanced Search</

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  91. Error Line 3, Column 4367: an attribute value must be a literal unless it contains only name characters.
    …ed Search</a><br>&nbsp;&nbsp;<a href=/preferences?hl=en>Preferences</a><br>&n

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  92. Error Line 3, Column 4425: an attribute value must be a literal unless it contains only name characters.
    …eferences</a><br>&nbsp;&nbsp;<a href=/language_tools?hl=en>Language Tools</a>

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

↑ Top