Markup Validation Service v0.6.5 [Beta #1]

:
Server: Microsoft-IIS/5.0
Size: 28715
Content-Type: text/html
: utf-8
: HTML 4.01 Transitional
Errors: 287
Revalidate With Options
:

Note:

The URI you gave me, <http://msn.com>, returned a redirect to <http://www.msn.com/>.

Note:

The Validator is running in "Fussy" mode. In this mode it will generate warnings about some things that are not strictly forbidden in the HTML Recommendation, but that are known to be problematic in popular browsers. In general it is recommended that you fix any such errors regardless, but if in doubt you can rerun the Validator in its lax mode to find out if it will pass your document then.

No DOCTYPE Found! Falling Back to HTML 4.01 Transitional

A DOCTYPE Declaration is mandatory for most current markup languages and without one it is impossible to reliably validate this document. I am falling back to "HTML 4.01 Transitional" and will attempt to validate the document anyway, but this is very likely to produce spurious error messages for most non-trivial documents.

You should place a DOCTYPE declaration as the very first thing in your HTML document. For example, for a typical XHTML 1.0 document:

      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
        <head>
          <title>Title</title>
        </head>

        <body>
          <!-- ... body of document ... -->
        </body>
      </html>
    

For XML documents, you may also wish to include an "XML Declaration" even before the DOCTYPE Declaration, but this is not well supported in older browsers. More information about this can be found in the XHTML 1.0 Recommendation.

The W3C QA Activity maintains a List of Valid Doctypes that you can choose from, and the WDG maintains a document on "Choosing a DOCTYPE".

This page is not Valid HTML 4.01 Transitional!

Below are the results of attempting to parse this document with an SGML parser.

  1. Line 1, column 0: no document type declaration; implying "<!DOCTYPE HTML SYSTEM>"

    <html><head><title>Welcome to MSN.com</title><base href="http://g.msn.com/OUS!s8

    Help Wanted! Can you think of a better explanation for this error message? Then please let us know by sending a message to the mailto:www-validator@w3.org?Subject=[VE][344] New Error Message Suggestion list (be sure to quote the message number: #344).

    The checked page did not contain a document type ("DOCTYPE") declaration. The Validator has tried to validate with the HTML 4.01 Transitional 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. Line 1, column 92: NET-enabling start-tag requires SHORTTAG YES

    ...="http://g.msn.com/OUS!s8.559_6217/" /><meta http-equiv="pics-label" content=

    Help Wanted! This message (#247) has no explanation yet. If you can think of a succinct way to explain the possible situations that will trigger this error and how to fix it, please consider writing it down and sending it to the mailto:www-validator@w3.org?Subject=[VE][247] New Error Message Suggestion list.

  3. Line 1, column 93: character data is not allowed here

    ..."http://g.msn.com/OUS!s8.559_6217/" /><meta http-equiv="pics-label" content="

    Help Wanted! Can you think of a better explanation for this error message? Then please let us know by sending a message to the mailto:www-validator@w3.org?Subject=[VE][63] New Error Message Suggestion list (be sure to quote the message number: #63).

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

  4. Line 1, column 421: NET-enabling start-tag requires SHORTTAG YES

    ...msn.com&quot; r (n 0 s 0 v 0 l 0))" /><link rel="SHORTCUT ICON" href="http:/

  5. Line 1, column 499: NET-enabling start-tag requires SHORTTAG YES

    ...sc.msn.com/global/c/shs/favicon.ico" /><script type="text/javascript" src="ht

  6. Line 1, column 997: NET-enabling start-tag requires SHORTTAG YES

    ...http://i.msn.com/m/8/c/scheme0b.css" /><link rel="stylesheet" type="text/css"

  7. Line 1, column 998: character data is not allowed here

    ...ttp://i.msn.com/m/8/c/scheme0b.css" /><link rel="stylesheet" type="text/css"

  8. Line 1, column 1077: NET-enabling start-tag requires SHORTTAG YES

    ...ef="http://i.msn.com/m/8/c/site.css" /><link rel="stylesheet" type="text/css"

  9. Line 1, column 1157: NET-enabling start-tag requires SHORTTAG YES

    ...ef="http://i.msn.com/m/8/c/home.css" /><style type="text/css">.hsb td { backg

  10. Line 1, column 1754: NET-enabling start-tag requires SHORTTAG YES

    ...%2fwww.msn.com%2f" alt="" border="0" /><a name="top"></a><table border="0" ce

  11. Line 1, column 1855: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...g="0" width="768"><tr valign="bottom"><td width="140" class="tabslinetall" ro

    Help Wanted! Can you think of a better explanation for this error message? Then please let us know by sending a message to the mailto:www-validator@w3.org?Subject=[VE][65] New Error Message Suggestion list (be sure to quote the message number: #65).

    The mentioned element is not allowed to appear in the context which you've placed it; the other mentioned elements are the only ones that are allowed there. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element. The most common 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>").

  12. Line 1, column 2056: NET-enabling start-tag requires SHORTTAG YES

    ...rtal/logo/full/msft.gif" width="140" /></a></td><td width="52">&nbsp;</td><td

  13. Line 1, column 2365: NET-enabling start-tag requires SHORTTAG YES

    ...1" height="1" alt="&#46;" border="0" /></a><a target="_blank" href="http://g.

  14. Line 1, column 2837: end tag for element "A" which is not open

    ...a href="javascript:DoHelp();">Help</a>');</script></b></td></tr><tr valign="b

    Help Wanted! Can you think of a better explanation for this error message? Then please let us know by sending a message to the mailto:www-validator@w3.org?Subject=[VE][79] New Error Message Suggestion list (be sure to quote the message number: #79).

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

  15. Line 1, column 2883: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ipt></b></td></tr><tr valign="bottom"><td class="tabs" width="628" colspan="3

  16. Line 1, column 3003: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...g="0" cellspacing="0" width="628"><tr><td width="52" class="tabson"><img src=

  17. Line 1, column 3133: NET-enabling start-tag requires SHORTTAG YES

    ...h="52" height="40" border="0" alt="" /></td><td width="75" class="tabsonline"

  18. Line 1, column 3354: NET-enabling start-tag requires SHORTTAG YES

    ...h="22" height="40" border="0" alt="" /></td><td width="75" class="tabsoffline

  19. Line 1, column 3624: NET-enabling start-tag requires SHORTTAG YES

    ...h="10" height="40" border="0" alt="" /></td><td width="67" class="tabsline"><

  20. Line 1, column 3739: cannot generate system identifier for general entity "id"

    ...login.passport.com/login.srf?lc=1033&id=6528&ru=http%3a%2f%2fmy.msn.com%3ftcr

    Help Wanted! This message (#338) has no explanation yet. If you can think of a succinct way to explain the possible situations that will trigger this error and how to fix it, please consider writing it down and sending it to the mailto:www-validator@w3.org?Subject=[VE][338] New Error Message Suggestion list.

  21. Line 1, column 3739: general entity "id" not defined and no default entity

    ...login.passport.com/login.srf?lc=1033&id=6528&ru=http%3a%2f%2fmy.msn.com%3ftcr

    Help Wanted! This message (#25) has no explanation yet. If you can think of a succinct way to explain the possible situations that will trigger this error and how to fix it, please consider writing it down and sending it to the mailto:www-validator@w3.org?Subject=[VE][25] New Error Message Suggestion list.

  22. Line 1, column 3741: reference not terminated by REFC delimiter

    ...gin.passport.com/login.srf?lc=1033&id=6528&ru=http%3a%2f%2fmy.msn.com%3ftcru%

    Help Wanted! This message (#394) has no explanation yet. If you can think of a succinct way to explain the possible situations that will trigger this error and how to fix it, please consider writing it down and sending it to the mailto:www-validator@w3.org?Subject=[VE][394] New Error Message Suggestion list.

  23. Line 1, column 3741: reference to entity "id" for which no system identifier could be generated

    ...gin.passport.com/login.srf?lc=1033&id=6528&ru=http%3a%2f%2fmy.msn.com%3ftcru%

    Help Wanted! This message (#325) has no explanation yet. If you can think of a succinct way to explain the possible situations that will trigger this error and how to fix it, please consider writing it down and sending it to the mailto:www-validator@w3.org?Subject=[VE][325] New Error Message Suggestion list.

  24. Line 1, column 3738: entity was defined here

    .../login.passport.com/login.srf?lc=1033&id=6528&ru=http%3a%2f%2fmy.msn.com%3ftc

  25. Line 1, column 3747: cannot generate system identifier for general entity "ru"

    ...ssport.com/login.srf?lc=1033&id=6528&ru=http%3a%2f%2fmy.msn.com%3ftcru%3dhttp

  26. Line 1, column 3747: general entity "ru" not defined and no default entity

    ...ssport.com/login.srf?lc=1033&id=6528&ru=http%3a%2f%2fmy.msn.com%3ftcru%3dhttp

  27. Line 1, column 3749: reference not terminated by REFC delimiter

    ...port.com/login.srf?lc=1033&id=6528&ru=http%3a%2f%2fmy.msn.com%3ftcru%3dhttp%2

  28. Line 1, column 3749: reference to entity "ru" for which no system identifier could be generated

    ...port.com/login.srf?lc=1033&id=6528&ru=http%3a%2f%2fmy.msn.com%3ftcru%3dhttp%2

  29. Line 1, column 3746: entity was defined here

    ...assport.com/login.srf?lc=1033&id=6528&ru=http%3a%2f%2fmy.msn.com%3ftcru%3dhtt

  30. Line 1, column 3819: cannot generate system identifier for general entity "tw"

    ...dhttp%253a%252f%252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph

  31. Line 1, column 3819: general entity "tw" not defined and no default entity

    ...dhttp%253a%252f%252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph

  32. Line 1, column 3821: reference not terminated by REFC delimiter

    ...ttp%253a%252f%252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1

  33. Line 1, column 3821: reference to entity "tw" for which no system identifier could be generated

    ...ttp%253a%252f%252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1

  34. Line 1, column 3818: entity was defined here

    ...3dhttp%253a%252f%252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjp

  35. Line 1, column 3828: cannot generate system identifier for general entity "kv"

    ...a%252f%252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.

  36. Line 1, column 3828: general entity "kv" not defined and no default entity

    ...a%252f%252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.

  37. Line 1, column 3830: reference not terminated by REFC delimiter

    ...252f%252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.

  38. Line 1, column 3830: reference to entity "kv" for which no system identifier could be generated

    ...252f%252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.

  39. Line 1, column 3827: entity was defined here

    ...3a%252f%252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2

  40. Line 1, column 3833: cannot generate system identifier for general entity "ct"

    ...f%252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.019

  41. Line 1, column 3833: general entity "ct" not defined and no default entity

    ...f%252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.019

  42. Line 1, column 3835: reference not terminated by REFC delimiter

    ...252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.

  43. Line 1, column 3835: reference to entity "ct" for which no system identifier could be generated

    ...252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.

  44. Line 1, column 3832: entity was defined here

    ...2f%252fwww.msn.com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.01

  45. Line 1, column 3847: cannot generate system identifier for general entity "cb"

    ...com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a

  46. Line 1, column 3847: general entity "cb" not defined and no default entity

    ...com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a

  47. Line 1, column 3849: reference not terminated by REFC delimiter

    ...m%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c

  48. Line 1, column 3849: reference to entity "cb" for which no system identifier could be generated

    ...m%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c

  49. Line 1, column 3846: entity was defined here

    ....com%252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55

  50. Line 1, column 3852: cannot generate system identifier for general entity "msppjph"

    ...52f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c747

  51. Line 1, column 3852: general entity "msppjph" not defined and no default entity

    ...52f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c747

  52. Line 1, column 3859: reference not terminated by REFC delimiter

    ...14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c74780f4b7e

  53. Line 1, column 3859: reference to entity "msppjph" for which no system identifier could be generated

    ...14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c74780f4b7e

  54. Line 1, column 3851: entity was defined here

    ...252f&tw=14400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c74

  55. Line 1, column 3862: cannot generate system identifier for general entity "ver"

    ...00&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c74780f4b7e833

  56. Line 1, column 3862: general entity "ver" not defined and no default entity

    ...00&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c74780f4b7e833

  57. Line 1, column 3865: reference not terminated by REFC delimiter

    ...kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c74780f4b7e833e66

  58. Line 1, column 3865: reference to entity "ver" for which no system identifier could be generated

    ...kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c74780f4b7e833e66

  59. Line 1, column 3861: entity was defined here

    ...400&kv=5&ct=1062253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c74780f4b7e83

  60. Line 1, column 3877: cannot generate system identifier for general entity "tpf"

    ...253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c74780f4b7e833e66e1d8f672"><I

  61. Line 1, column 3877: general entity "tpf" not defined and no default entity

    ...253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c74780f4b7e833e66e1d8f672"><I

  62. Line 1, column 3880: reference not terminated by REFC delimiter

    ...253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c74780f4b7e833e66e1d8f672"><IMG

  63. Line 1, column 3880: reference to entity "tpf" for which no system identifier could be generated

    ...253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c74780f4b7e833e66e1d8f672"><IMG

  64. Line 1, column 3876: entity was defined here

    ...2253253&cb=0&msppjph=1&ver=2.1.0191.1&tpf=75f55a7c74780f4b7e833e66e1d8f672"><

  65. Line 1, column 4043: NET-enabling start-tag requires SHORTTAG YES

    ...ALT="Sign in with your .NET Passport"/></A></span></td><td width="329" class=

  66. Line 1, column 4226: end tag for "TABLE" which is not finished

    ...ug 30</b></a></span></td></tr></table></td></tr></table><table cellpadding="0

    Help Wanted! This message (#73) has no explanation yet. If you can think of a succinct way to explain the possible situations that will trigger this error and how to fix it, please consider writing it down and sending it to the mailto:www-validator@w3.org?Subject=[VE][73] New Error Message Suggestion list.

  67. Line 1, column 4244: end tag for "TABLE" which is not finished

    ...n></td></tr></table></td></tr></table><table cellpadding="0" cellspacing="0"

  68. Line 1, column 4338: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ..."hdrtbl" width="768"><tr valign="top"><td class="big6" colspan="2"><div class

  69. Line 1, column 5210: NET-enabling start-tag requires SHORTTAG YES

    ...alt="Click&#32;Here&#33;" border="0" /></a></td></tr><tr valign="top"><td cla

  70. Line 1, column 5242: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...="0" /></a></td></tr><tr valign="top"><td class="big6" colspan="2"><div class

  71. Line 1, column 5437: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ing="0" border="0" class="search"><tr><td width="140" align="right"><label fo

  72. Line 1, column 5599: NET-enabling start-tag requires SHORTTAG YES

    ...e="13" maxlength="150" accesskey="S" /></td><td><input type="submit" class="i

  73. Line 1, column 5660: NET-enabling start-tag requires SHORTTAG YES

    ...submit" class="ibbtn" value="Search" /></td></tr></table></form></div></td></

  74. Line 1, column 5679: end tag for "TABLE" which is not finished

    ...n" value="Search" /></td></tr></table></form></div></td></tr><tr valign="bott

  75. Line 1, column 5722: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...m></div></td></tr><tr valign="bottom"><td colspan="2"><table cellpadding="0"

  76. Line 1, column 5836: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...%"><tr class="hstrow" valign="middle"><td width="100%" class="hsb"><img usema

  77. Line 1, column 5974: NET-enabling start-tag requires SHORTTAG YES

    ..." border="0" width="210" height="37" /><map name="hs1"><area shape="rect" coo

  78. Line 1, column 5974: required attribute "ALT" not specified

    ..." border="0" width="210" height="37" /><map name="hs1"><area shape="rect" coo

    Help Wanted! Can you think of a better explanation for this error message? Then please let us know by sending a message to the mailto:www-validator@w3.org?Subject=[VE][127] New Error Message Suggestion list (be sure to quote the message number: #127).

    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.

  79. Line 1, column 6115: end tag for element "AREA" which is not open

    ...mage Credit: Chris Putman/AP)"></area></map></td><td class="bannerad" width="

  80. Line 1, column 6435: NET-enabling start-tag requires SHORTTAG YES

    ...alt="Click&#32;Here&#33;" border="0" /></a></td><td><img src="http://sc.msn.c

  81. Line 1, column 6533: NET-enabling start-tag requires SHORTTAG YES

    ...if" width="2" height="37" border="0" /></td></tr></table></td></tr><tr valign

  82. Line 1, column 6533: required attribute "ALT" not specified

    ...if" width="2" height="37" border="0" /></td></tr></table></td></tr><tr valign

  83. Line 1, column 6552: end tag for "TABLE" which is not finished

    ...t="37" border="0" /></td></tr></table></td></tr><tr valign="top"><td class="l

  84. Line 1, column 6579: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...tr></table></td></tr><tr valign="top"><td class="leftbar" width="150"><div cl

  85. Line 1, column 6740: NET-enabling start-tag requires SHORTTAG YES

    ... border="0" width="150" height="146" /><map name="hs2"><area shape="rect" coo

  86. Line 1, column 6740: required attribute "ALT" not specified

    ... border="0" width="150" height="146" /><map name="hs2"><area shape="rect" coo

  87. Line 1, column 6861: end tag for element "AREA" which is not open

    ...begins title defense Saturday"></area><area shape="rect" coords="0,50,150,67"

  88. Line 1, column 6957: end tag for element "AREA" which is not open

    ...alt="Season's 'Game Breakers'"></area><area shape="rect" coords="0,67,150,87"

  89. Line 1, column 7051: end tag for element "AREA" which is not open

    ..." alt="What's hot, what's not"></area><area shape="rect" coords="0,107,150,14

  90. Line 1, column 7213: end tag for element "AREA" which is not open

    ...lt="Save up to 50% at Spiegel"></area></map><table width="150" cellpadding="4

  91. Line 1, column 7285: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ng="4" cellspacing="0" border="0"><tr><td class="hd"><b>MSN Internet Services

  92. Line 1, column 7342: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...SN Internet Services</b></td></tr><tr><td class="ct"><div class="List"><a hre

  93. Line 1, column 7443: NET-enabling start-tag requires SHORTTAG YES

    ...netServices">Broadband Access</a><br /><a href="47.a42/1??cm=MSNInternetServi

  94. Line 1, column 7520: NET-enabling start-tag requires SHORTTAG YES

    ...ces">Internet Access Specials</a><br /></div></td></tr></table><table width="

  95. Line 1, column 7545: end tag for "TABLE" which is not finished

    ...ials</a><br /></div></td></tr></table><table width="150" cellpadding="4" cell

  96. Line 1, column 7611: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ng="4" cellspacing="0" border="0"><tr><td class="hd"><b>Find</b></td></tr><tr

  97. Line 1, column 7651: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...d class="hd"><b>Find</b></td></tr><tr><td class="ct"><div class="List"><a hre

  98. Line 1, column 7732: NET-enabling start-tag requires SHORTTAG YES

    ...2.c42/1??cm=Find">Air Tickets</a><br /><a href="22.c42/2??cm=Find">Auto Price

  99. Line 1, column 7787: NET-enabling start-tag requires SHORTTAG YES

    ...2??cm=Find">Auto Price Quotes</a><br /><a href="22.c42/16??cm=Find" class="hi

  100. Line 1, column 7853: NET-enabling start-tag requires SHORTTAG YES

    ..." class="hilight">Buy a House</a><br /><a href="22.c42/4??cm=Find">Find a Job

  101. Line 1, column 7901: NET-enabling start-tag requires SHORTTAG YES

    ...22.c42/4??cm=Find">Find a Job</a><br /><a href="22.c42/9??cm=Find">Get a Date

  102. Line 1, column 7949: NET-enabling start-tag requires SHORTTAG YES

    ...22.c42/9??cm=Find">Get a Date</a><br /><a href="22.c42/6??cm=Find">Hotel Deal

  103. Line 1, column 7998: NET-enabling start-tag requires SHORTTAG YES

    ...2.c42/6??cm=Find">Hotel Deals</a><br /><a href="22.a42/17??cm=Find">Lose Weig

  104. Line 1, column 8054: NET-enabling start-tag requires SHORTTAG YES

    ...7??cm=Find">Lose Weight Today</a><br /><a href="22.c42/7??cm=Find">Maps &amp;

  105. Line 1, column 8113: NET-enabling start-tag requires SHORTTAG YES

    ...m=Find">Maps &amp; Directions</a><br /><a href="22.c42/14??cm=Find">MSN Messe

  106. Line 1, column 8165: NET-enabling start-tag requires SHORTTAG YES

    ...42/14??cm=Find">MSN Messenger</a><br /><a href="22.c42/15??cm=Find">Obtain a

  107. Line 1, column 8221: NET-enabling start-tag requires SHORTTAG YES

    ...5??cm=Find">Obtain a Mortgage</a><br /><a href="22.c42/8??cm=Find">Old Friend

  108. Line 1, column 8270: NET-enabling start-tag requires SHORTTAG YES

    ...2.c42/8??cm=Find">Old Friends</a><br /><a href="22.c42/5??cm=Find">Rent an Ap

  109. Line 1, column 8325: NET-enabling start-tag requires SHORTTAG YES

    ...5??cm=Find">Rent an Apartment</a><br /><a href="22.c42/3??cm=Find">Search for

  110. Line 1, column 8383: NET-enabling start-tag requires SHORTTAG YES

    ...cm=Find">Search for Ancestors</a><br /><a href="22.c42/10??cm=Find">Weather</

  111. Line 1, column 8429: NET-enabling start-tag requires SHORTTAG YES

    ...="22.c42/10??cm=Find">Weather</a><br /><a href="22.c42/11??cm=Find">White Pag

  112. Line 1, column 8479: NET-enabling start-tag requires SHORTTAG YES

    ....c42/11??cm=Find">White Pages</a><br /><a href="22.c42/12??cm=Find">Yellow Pa

  113. Line 1, column 8530: NET-enabling start-tag requires SHORTTAG YES

    ...c42/12??cm=Find">Yellow Pages</a><br /><a href="22.c42/13??cm=Find">More...</

  114. Line 1, column 8576: NET-enabling start-tag requires SHORTTAG YES

    ...="22.c42/13??cm=Find">More...</a><br /></div></td></tr></table><table width="

  115. Line 1, column 8601: end tag for "TABLE" which is not finished

    ...e...</a><br /></div></td></tr></table><table width="150" cellpadding="4" cell

  116. Line 1, column 8667: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ng="4" cellspacing="0" border="0"><tr><td class="hd"><b>Shop</b></td></tr><tr

  117. Line 1, column 8707: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...d class="hd"><b>Shop</b></td></tr><tr><td class="ct"><div class="List"><a hre

  118. Line 1, column 8785: NET-enabling start-tag requires SHORTTAG YES

    ...="60.b42/1??cm=Shop">Auctions</a><br /><a href="http://g.msn.com/0AD00006/530

  119. Line 1, column 8888: NET-enabling start-tag requires SHORTTAG YES

    ...0511&amp;PG=MSNBBQ">Buy Books</a><br /><a href="http://g.msn.com/0AD00004/519

  120. Line 1, column 8995: NET-enabling start-tag requires SHORTTAG YES

    ...&amp;PG=MSNBMQ">Buy New Music</a><br /><a href="http://g.msn.com/0AD00006/528

  121. Line 1, column 9099: NET-enabling start-tag requires SHORTTAG YES

    ...725&amp;PG=MSNQL1">Dell Deals</a><br /><a href="http://g.msn.com/0AD00006/528

  122. Line 1, column 9214: NET-enabling start-tag requires SHORTTAG YES

    ...MSNQL2">DVD Rentals Delivered</a><br /><a href="60.b42/7??cm=Shop">Free Credi

  123. Line 1, column 9270: NET-enabling start-tag requires SHORTTAG YES

    ...??cm=Shop">Free Credit Report</a><br /><a href="http://g.msn.com/0AD00004/516

  124. Line 1, column 9379: NET-enabling start-tag requires SHORTTAG YES

    ...mp;PG=MSNQL3">FREE Nokia 3595</a><br /><a href="http://g.msn.com/0AD00006/528

  125. Line 1, column 9485: NET-enabling start-tag requires SHORTTAG YES

    ...2&amp;PG=MSNQL4">Send Flowers</a><br /><a href="60.b42/4??cm=Shop">Used Car D

  126. Line 1, column 9537: NET-enabling start-tag requires SHORTTAG YES

    ...42/4??cm=Shop">Used Car Deals</a><br /><a href="60.b42/5??cm=Shop">More...</a

  127. Line 1, column 9582: NET-enabling start-tag requires SHORTTAG YES

    ...f="60.b42/5??cm=Shop">More...</a><br /></div></td></tr></table><table width="

  128. Line 1, column 9607: end tag for "TABLE" which is not finished

    ...e...</a><br /></div></td></tr></table><table width="150" cellpadding="4" cell

  129. Line 1, column 9673: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ng="4" cellspacing="0" border="0"><tr><td class="hd"><b>Fun</b></td></tr><tr>

  130. Line 1, column 9712: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...td class="hd"><b>Fun</b></td></tr><tr><td class="ct"><div class="List"><a hre

  131. Line 1, column 9789: NET-enabling start-tag requires SHORTTAG YES

    ...f="33.c42/1??cm=Fun">Cartoons</a><br /><a href="33.c42/2??cm=Fun">Downloads</

  132. Line 1, column 9835: NET-enabling start-tag requires SHORTTAG YES

    ...="33.c42/2??cm=Fun">Downloads</a><br /><a href="33.c42/3??cm=Fun">Event Ticke

  133. Line 1, column 9885: NET-enabling start-tag requires SHORTTAG YES

    ....c42/3??cm=Fun">Event Tickets</a><br /><a href="33.c42/4??cm=Fun">Free Games<

  134. Line 1, column 9932: NET-enabling start-tag requires SHORTTAG YES

    ..."33.c42/4??cm=Fun">Free Games</a><br /><a href="33.c42/5??cm=Fun">Go Mobile</

  135. Line 1, column 9978: NET-enabling start-tag requires SHORTTAG YES

    ...="33.c42/5??cm=Fun">Go Mobile</a><br /><a href="33.c42/6??cm=Fun">Greeting Ca

  136. Line 1, column 10029: NET-enabling start-tag requires SHORTTAG YES

    ...c42/6??cm=Fun">Greeting Cards</a><br /><a href="33.c42/7??cm=Fun">Horoscopes<

  137. Line 1, column 10076: NET-enabling start-tag requires SHORTTAG YES

    ..."33.c42/7??cm=Fun">Horoscopes</a><br /><a href="33.c42/8??cm=Fun">Lottery Res

  138. Line 1, column 10128: NET-enabling start-tag requires SHORTTAG YES

    ...42/8??cm=Fun">Lottery Results</a><br /><a href="33.c42/9??cm=Fun">Photos</a><

  139. Line 1, column 10171: NET-enabling start-tag requires SHORTTAG YES

    ...ref="33.c42/9??cm=Fun">Photos</a><br /><a href="33.c42/10??cm=Fun" class="hil

  140. Line 1, column 10239: NET-enabling start-tag requires SHORTTAG YES

    ...lass="hilight">US Open Scores</a><br /><a href="33.c42/12??cm=Fun">Win a Hawa

  141. Line 1, column 10300: NET-enabling start-tag requires SHORTTAG YES

    ...=Fun">Win a Hawaiian Vacation</a><br /><a href="33.c42/11??cm=Fun">More...</a

  142. Line 1, column 10345: NET-enabling start-tag requires SHORTTAG YES

    ...f="33.c42/11??cm=Fun">More...</a><br /></div></td></tr></table></div></td><td

  143. Line 1, column 10370: end tag for "TABLE" which is not finished

    ...e...</a><br /></div></td></tr></table></div></td><td class="mainbar"><div cla

  144. Line 1, column 10485: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...dding="0" border="0"><tr valign="top"><td width="153"><a href="67.c39/3??cm=B

  145. Line 1, column 10729: NET-enabling start-tag requires SHORTTAG YES

    ...ma/Corbis)" width="145" height="135" /></a><div class="ct"><a href="67.c39/1?

  146. Line 1, column 10819: NET-enabling start-tag requires SHORTTAG YES

    ...b>Try 5 delicious recipes</b></a><br /><a href="67.c39/2??cm=BigPic">New ways

  147. Line 1, column 10908: NET-enabling start-tag requires SHORTTAG YES

    ...ato salad &amp; fried chicken</a><br /></div></td><td width="155"><div class=

  148. Line 1, column 11334: NET-enabling start-tag requires SHORTTAG YES

    ...></li></ul></div><hr class="nipline" /><div class="hd"><b>Also on MSN</b></di

  149. Line 1, column 11692: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ng="0" cellpadding="0" border="0"><tr><td class="pud"><div class="hd"><b>Your

  150. Line 1, column 12076: end tag for "TABLE" which is not finished

    ...</a></li></ul></div></td></tr></table><div class="hd"><b>Kaplan College </b><

  151. Line 1, column 12414: NET-enabling start-tag requires SHORTTAG YES

    ...etty Images)" width="68" height="75" /></a></span><a href="0.b40/1??cm=SmallP

  152. Line 1, column 12536: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...a></div></td></tr><tr valign="bottom"><td colspan="2"><div class="ct"><div cl

  153. Line 1, column 12798: end tag for "TABLE" which is not finished

    ...li></ul></div></div></td></tr></table></div><table cellpadding="0" cellspacin

  154. Line 1, column 12858: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ng="0" cellspacing="0" border="0"><tr><td></td></tr><tr><td class="q1"><table

  155. Line 1, column 12876: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...="0" border="0"><tr><td></td></tr><tr><td class="q1"><table id="c989" class="

  156. Line 1, column 12981: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...pacing="0" border="0" width="468"><tr><td class="ch"><b>MSN Top Headlines</b>

  157. Line 1, column 13112: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...m=NewsTitle">more...</a></td></tr><tr><td colspan="2"><div class="hd"><b>MSNB

  158. Line 1, column 14111: end tag for "TABLE" which is not finished

    ...li></ul></div></div></td></tr></table></td></tr><tr><td class="q2"><table id=

  159. Line 1, column 14125: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...</div></td></tr></table></td></tr><tr><td class="q2"><table id="c990" class="

  160. Line 1, column 14230: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...pacing="0" border="0" width="468"><tr><td class="ch"><b>CNBC on MSN Money</b>

  161. Line 1, column 14362: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...=MoneyTitle">more...</a></td></tr><tr><td colspan="2"><div class="hd"><b>Find

  162. Line 1, column 15588: NET-enabling start-tag requires SHORTTAG YES

    ...Up" width="7" height="11" border="0" /></td><td align="right" nowrap="nowrap"

  163. Line 1, column 16192: NET-enabling start-tag requires SHORTTAG YES

    ...Up" width="7" height="11" border="0" /></td><td align="right" nowrap="nowrap"

  164. Line 1, column 16801: NET-enabling start-tag requires SHORTTAG YES

    ...Up" width="7" height="11" border="0" /></td><td align="right" nowrap="nowrap"

  165. Line 1, column 16953: document type does not allow element "TFOOT" here

    ...krise">+0.57%</td></tr></tbody><tfoot><td align="right" colspan="6"><b><a hre

    Help Wanted! Can you think of a better explanation for this error message? Then please let us know by sending a message to the mailto:www-validator@w3.org?Subject=[VE][64] New Error Message Suggestion list (be sure to quote the message number: #64).

    The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested tags -- such as a "style" element in the "head" section instead of inside "body" -- or two elements that overlap (which is not allowed).

  166. Line 1, column 16983: document type does not allow element "TD" here; assuming missing "TR" start-tag

    ...><tfoot><td align="right" colspan="6"><b><a href="http://www.msn.com/">Update

    Help Wanted! This message (#66) has no explanation yet. If you can think of a succinct way to explain the possible situations that will trigger this error and how to fix it, please consider writing it down and sending it to the mailto:www-validator@w3.org?Subject=[VE][66] New Error Message Suggestion list.

  167. Line 1, column 17043: end tag for "TR" omitted, but OMITTAG NO was specified

    ....msn.com/">Update</a></b></td></tfoot></table><h6>Quotes supplied by Comstock

    Help Wanted! This message (#70) has no explanation yet. If you can think of a succinct way to explain the possible situations that will trigger this error and how to fix it, please consider writing it down and sending it to the mailto:www-validator@w3.org?Subject=[VE][70] New Error Message Suggestion list.

  168. Line 1, column 16954: start tag was here

    ...rise">+0.57%</td></tr></tbody><tfoot><td align="right" colspan="6"><b><a href

  169. Line 1, column 17232: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ng="0" cellpadding="3" border="0"><tr><td><label for="Q"><b>Get quote:</b></l

  170. Line 1, column 17380: NET-enabling start-tag requires SHORTTAG YES

    ...maxlength="100" accesskey="Q" id="Q" /><input type="submit" value="Go" class=

  171. Line 1, column 17428: NET-enabling start-tag requires SHORTTAG YES

    ...pe="submit" value="Go" class="ibbtn" /></td></tr></table></form></div><a href

  172. Line 1, column 17447: end tag for "TABLE" which is not finished

    ...Go" class="ibbtn" /></td></tr></table></form></div><a href="20.a43/1??cm=Mone

  173. Line 1, column 17972: end tag for "TABLE" which is not finished

    ...>Pay Bills</a></div></td></tr></table></td></tr><tr><td class="q3"><table id=

  174. Line 1, column 17986: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...</div></td></tr></table></td></tr><tr><td class="q3"><table id="c984" class="

  175. Line 1, column 18091: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...pacing="0" border="0" width="468"><tr><td class="ch"><b>MSN Shopping</b></td>

  176. Line 1, column 18221: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...oppingTitle">more...</a></td></tr><tr><td colspan="2"><div class="hd"><b>What

  177. Line 1, column 18382: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ing="0" width="100%"><tr valign="top"><td class="ct" width="60"><a href="63.b

  178. Line 1, column 18592: NET-enabling start-tag requires SHORTTAG YES

    ...ell. Details" width="50" height="50" /></a><div class="imgFlg"><a href="63.b4

  179. Line 1, column 19197: end tag for "TABLE" which is not finished

    ...n sale</a></li></ul></td></tr></table></div><div class="hd"><b>Today's Sales

  180. Line 1, column 19392: end tag for "TABLE" which is not finished

    ...lfiger 36%</a></div></td></tr></table></td></tr><tr><td class="q4"><table id=

  181. Line 1, column 19406: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...</div></td></tr></table></td></tr><tr><td class="q4"><table id="c988" class="

  182. Line 1, column 19511: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...pacing="0" border="0" width="468"><tr><td class="ch"><b>MSN Entertainment</b>

  183. Line 1, column 19644: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...eQuadHeader">more...</a></td></tr><tr><td colspan="2"><div class="hd"><b>Movi

  184. Line 1, column 19800: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...="2" cellspacing="0"><tr valign="top"><td><a href="19.b109/2??cm=eQuadPic"><i

  185. Line 1, column 20026: NET-enabling start-tag requires SHORTTAG YES

    ...Credit: MGM)" width="50" height="50" /></a></td><td><a href="19.b109/1??cm=eQ

  186. Line 1, column 20172: end tag for "TABLE" which is not finished

    ...views, showtimes</a></td></tr></table></div><div class="hd"><b>Hot in Hollywo

  187. Line 1, column 20891: end tag for "TABLE" which is not finished

    ...List">Hear Music</a></td></tr></table></td></tr><tr><td class="q5"><div id="c

  188. Line 1, column 20905: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ic</a></td></tr></table></td></tr><tr><td class="q5"><div id="c986"><table cl

  189. Line 1, column 21003: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ng="0" cellspacing="0" border="0"><tr><td class="ch"><b>MSN Links &amp; Resou

  190. Line 1, column 21138: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...1??cm=Title">more...</a></td></tr><tr><td colspan="2"><table cellpadding="5"

  191. Line 1, column 21221: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...acing="0" border="0"><tr valign="top"><td width="153"><div class="hd"><b>From

  192. Line 1, column 21365: NET-enabling start-tag requires SHORTTAG YES

    ...?cm=FromMSN">Broadband Access</a><br /><a href="66.b267/2??cm=FromMSN">Intern

  193. Line 1, column 21428: NET-enabling start-tag requires SHORTTAG YES

    ...romMSN">Internet Access Deals</a><br /><a href="66.b267/3??cm=FromMSN">MSN 8

  194. Line 1, column 21489: NET-enabling start-tag requires SHORTTAG YES

    ...=FromMSN">MSN 8 for Broadband</a><br /><a href="66.b267/4??cm=FromMSN">MSN 8

  195. Line 1, column 21545: NET-enabling start-tag requires SHORTTAG YES

    ...4??cm=FromMSN">MSN 8 Software</a><br /><a href="66.b267/6??cm=FromMSN">MSN Al

  196. Line 1, column 21597: NET-enabling start-tag requires SHORTTAG YES

    ...267/6??cm=FromMSN">MSN Alerts</a><br /><a href="66.b267/10??cm=FromMSN">MSN D

  197. Line 1, column 21658: NET-enabling start-tag requires SHORTTAG YES

    ...m=FromMSN">MSN Direct Watches</a><br /><a href="66.b267/11??cm=FromMSN">MSN H

  198. Line 1, column 21715: NET-enabling start-tag requires SHORTTAG YES

    ...1??cm=FromMSN">MSN Highlights</a><br /><a href="66.b267/7??cm=FromMSN">MSN Me

  199. Line 1, column 21770: NET-enabling start-tag requires SHORTTAG YES

    .../7??cm=FromMSN">MSN Messenger</a><br /><a href="66.b267/8??cm=FromMSN">MSN on

  200. Line 1, column 21834: NET-enabling start-tag requires SHORTTAG YES

    ...omMSN">MSN on your Cell Phone</a><br /><a href="66.b267/5??cm=FromMSN">Stayin

  201. Line 1, column 21895: NET-enabling start-tag requires SHORTTAG YES

    ...=FromMSN">Staying Safe Online</a><br /><a href="66.b267/9??cm=FromMSN">Try MS

  202. Line 1, column 21947: NET-enabling start-tag requires SHORTTAG YES

    ...267/9??cm=FromMSN">Try MSN TV</a><br /></div></div></td><td width="153"><div

  203. Line 1, column 22123: NET-enabling start-tag requires SHORTTAG YES

    ...Microsoft">Microsoft Products</a><br /><a href="71.a267/2??cm=FromMicrosoft">

  204. Line 1, column 22183: NET-enabling start-tag requires SHORTTAG YES

    ...m=FromMicrosoft">Office Tools</a><br /><a href="71.a267/3??cm=FromMicrosoft">

  205. Line 1, column 22253: NET-enabling start-tag requires SHORTTAG YES

    ...osoft">Security &amp; Privacy</a><br /><a href="71.a267/4??cm=FromMicrosoft">

  206. Line 1, column 22324: NET-enabling start-tag requires SHORTTAG YES

    ...soft">Small Business Services</a><br /><a href="71.a267/5??cm=FromMicrosoft">

  207. Line 1, column 22386: NET-enabling start-tag requires SHORTTAG YES

    ...FromMicrosoft">Windows Update</a><br /><a href="71.a267/6??cm=FromMicrosoft">

  208. Line 1, column 22442: NET-enabling start-tag requires SHORTTAG YES

    ...6??cm=FromMicrosoft">Xbox.com</a><br /></div></div><div class="hd"><b>Other R

  209. Line 1, column 22596: NET-enabling start-tag requires SHORTTAG YES

    ...erResources">Advertise on MSN</a><br /><a href="77.a38/2??cm=OtherResources">

  210. Line 1, column 22655: NET-enabling start-tag requires SHORTTAG YES

    ...m=OtherResources">Contact MSN</a><br /><a href="javascript:DoHelp();">Get Hel

  211. Line 1, column 22713: NET-enabling start-tag requires SHORTTAG YES

    ...:DoHelp();">Get Help with MSN</a><br /></div></div></td><td width="152"><div

  212. Line 1, column 22951: document type does not allow element "TR" here; missing one of "THEAD", "TFOOT", "TBODY" start-tag

    ...ng="0" cellpadding="3" border="0"><tr><td><label for="Z"><b>ZIP:</b></label><

  213. Line 1, column 23087: NET-enabling start-tag requires SHORTTAG YES

    ..." maxlength="5" accesskey="Z" id="Z" /><input type="submit" value="Go" class=

  214. Line 1, column 23135: NET-enabling start-tag requires SHORTTAG YES

    ...pe="submit" value="Go" class="ibbtn" /></td></tr></table></form></div><div>Ge

  215. Line 1, column 23154: end tag for "TABLE" which is not finished

    ...Go" class="ibbtn" /></td></tr></table></form></div><div>Get local news, weath

  216. Line 1, column 23264: end tag for "TABLE" which is not finished

    ...any city</div></div></td></tr></table