設萬維讀者為首頁 廣告服務 技術服務 聯繫我們 關於萬維
簡體 繁體 手機版
分類廣告
版主:
萬維讀者網 > 新 大 陸 > 帖子
在Inoutscripts Video總共有106出代碼錯誤
送交者: 小股 2018年03月10日09:28:58 於 [新 大 陸] 發送悄悄話
  1. Error Line 1, Column 1no document type declaration; implying "<!DOCTYPE HTML SYSTEM>"

    <html>

    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 4, Column 67an attribute value literal can occur in an attribute specification list only after a VI delimiter

    <meta http-equiv="Content-Type" content="text/html; charset="UTF-8">

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

  3. Error Line 5, Column 49document type does not allow element "META" here

    <meta name="description" content="Videos - Home">

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

    One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

  4. Error Line 6, Column 100document type does not allow element "META" here

    … content="Videos, Videos,Youtube Videos,watched now,recent videos,most viewed">

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

    One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

  5. Warning Line 7, Column 53NET-enabling start-tag requires SHORTTAG YES

    <link rel="icon" type="image/ico" href="favicon.ico"/>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  6. Error Line 7, Column 53document type does not allow element "LINK" here

    <link rel="icon" type="image/ico" href="favicon.ico"/>

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

    One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

  7. Error Line 9, Column 7required attribute "TYPE" not specified

    <style>

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  8. Error Line 9, Column 7document type does not allow element "STYLE" here

    <style>

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

    One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

  9. Error Line 1177, Column 7required attribute "TYPE" not specified

    <style>

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  10. Error Line 1177, Column 7document type does not allow element "STYLE" here

    <style>

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

    One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

  11. Error Line 1239, Column 189end tag for element "A" which is not open

    …ges/close_pop.png" class="btn_close" title="Close Window" alt="Close" /></a>');

    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.

  12. Error Line 1252, Column 43end tag for element "DIV" which is not open

    …$('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of t…

    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.

  13. Error Line 1282, Column 7end tag for element "HEAD" which is not open

    </head>

    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.

  14. Error Line 1293, Column 54required attribute "ALT" not specified

      		<img  src="userdata/homepagelogo.gif"  border="0"></a>

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

  15. Warning Line 1301, Column 62cannot generate system identifier for general entity "languageid"

    …o.cn/video/index.php?page=index/index&languageid=1"><img align="absmiddle" bor…

    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.

  16. Error Line 1301, Column 62general entity "languageid" not defined and no default entity

    …o.cn/video/index.php?page=index/index&languageid=1"><img align="absmiddle" bor…

    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.

  17. Error Line 1301, Column 72reference to entity "languageid" for which no system identifier could be generated

    …/index.php?page=index/index&languageid=1"><img align="absmiddle" border="0"  c…

    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 1301, Column 61entity was defined here

    …so.cn/video/index.php?page=index/index&languageid=1"><img align="absmiddle" bo…
  19. Error Line 1301, Column 97value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"

    …ex&languageid=1"><img align="absmiddle" border="0"  class="box" src="userdata/…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  20. Error Line 1301, Column 184required attribute "ALT" not specified

    …/1/Thumb_english.jpg"  title="English"></a>&nbsp;<a  href="https://eastso.cn/v…

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

  21. Error Line 1301, Column 266reference to entity "languageid" for which no system identifier could be generated

    …/index.php?page=index/index&languageid=5"><img align="absmiddle" border="0"  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.

  22. Info Line 1301, Column 61entity was defined here

    …so.cn/video/index.php?page=index/index&languageid=1"><img align="absmiddle" bo…
  23. Error Line 1301, Column 291value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"

    …ex&languageid=5"><img align="absmiddle" border="0"  src="userdata/languages/5/…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  24. Error Line 1301, Column 366required attribute "ALT" not specified

    …/5/Thumb_spanish.jpg"  title="Spanish"></a>&nbsp;<a  href="https://eastso.cn/v…

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

  25. Error Line 1301, Column 448reference to entity "languageid" for which no system identifier could be generated

    …/index.php?page=index/index&languageid=6"><img align="absmiddle" border="0"  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.

  26. Info Line 1301, Column 61entity was defined here

    …so.cn/video/index.php?page=index/index&languageid=1"><img align="absmiddle" bo…
  27. Error Line 1301, Column 473value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"

    …ex&languageid=6"><img align="absmiddle" border="0"  src="userdata/languages/6/…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  28. Error Line 1301, Column 546required attribute "ALT" not specified

    …  src="userdata/languages/6/Thumb_french.jpg"  title="French"></a>&nbsp;</span>

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

  29. Error Line 1328, Column 28there is no attribute "HEIGHT"

    <table width="100%" height="90%" border="0">

    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.

  30. Warning Line 1331, Column 4NET-enabling start-tag requires SHORTTAG YES

    <br/>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  31. Warning Line 1346, Column 79NET-enabling start-tag requires SHORTTAG YES

    …td><input type="submit" name="submitt" value="Login" class="formbutton" /></td>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  32. Error Line 1402, Column 29there is no attribute "BACKGROUND"

      <td width="10" background="images/letfside.gif"></td>

    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.

  33. Error Line 1407, Column 11ID "TAB" already defined

    		<li id="tab"><a href="https://eastso.cn/video/index.php?page=video/video/most…

    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

  34. Info Line 1406, Column 11ID "TAB" first defined here

    		<li id="tab"><a href="https://eastso.cn/video/index.php?page=">Home</a></li>
  35. Error Line 1408, Column 11ID "TAB" already defined

    		<li id="tab"><a href="https://eastso.cn/video/index.php?page=category/videos"…

    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

  36. Info Line 1406, Column 11ID "TAB" first defined here

    		<li id="tab"><a href="https://eastso.cn/video/index.php?page=">Home</a></li>
  37. Error Line 1409, Column 11ID "TAB" already defined

    		<li id="tab"><a href="https://eastso.cn/video/index.php?page=user/channels">C…

    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

  38. Info Line 1406, Column 11ID "TAB" first defined here

    		<li id="tab"><a href="https://eastso.cn/video/index.php?page=">Home</a></li>
  39. Error Line 1414, Column 63ID "SEARCH" already defined

    … <input name="search" type="text" id="search" value="" size="45" class="inputb…

    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

  40. Info Line 1398, Column 40ID "SEARCH" first defined here

    …				}</script><form name="search" id="search" enctype="multipart/form-data" me…
  41. Warning Line 1439, Column 5NET-enabling start-tag requires SHORTTAG YES

    <br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  42. Error Line 1456, Column 55required attribute "ALT" not specified

    		 <img src="images/bullet-1.gif" height="6" width="4">		 </td>

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

  43. Error Line 1459, Column 18there is no attribute "HEIGHT"

    		 		 <tr height="40">

    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.

  44. Error Line 1477, Column 55required attribute "ALT" not specified

    		 <img src="images/bullet-1.gif" height="6" width="4">

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

  45. Error Line 1485, Column 55required attribute "ALT" not specified

    		 <img src="images/bullet-1.gif" height="6" width="4">

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

  46. Error Line 1493, Column 55required attribute "ALT" not specified

    		 <img src="images/bullet-1.gif" height="6" width="4">

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

  47. Error Line 1501, Column 55required attribute "ALT" not specified

    		 <img src="images/bullet-1.gif" height="6" width="4">

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

  48. Error Line 1537, Column 114required attribute "ALT" not specified

    …tp://i2.ytimg.com/vi/qmPTMNBIz0o/default.jpg' class="public_video_cover"></img>

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

  49. Error Line 1537, Column 120end tag for element "IMG" which is not open

    …tp://i2.ytimg.com/vi/qmPTMNBIz0o/default.jpg' class="public_video_cover"></img>

    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.

  50. Error Line 1545, Column 53document type does not allow element "TABLE" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag

    				<table cellpadding="0"cellspacing="0" border="0">

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

  51. Error Line 1548, Column 42required attribute "ALT" not specified

    …g src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="…

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

  52. Error Line 1548, Column 84required attribute "ALT" not specified

    …g src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="…

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

  53. Error Line 1548, Column 126required attribute "ALT" not specified

    …g src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="…

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

  54. Error Line 1548, Column 168required attribute "ALT" not specified

    …g src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="…

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

  55. Error Line 1548, Column 210required attribute "ALT" not specified

    …src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="0">

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  56. Error Line 1555, Column 8end tag for "A" omitted, but its declaration does not permit this

    			</td>

    The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag.

    • You forgot to close a tag, or

    • you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed.

  57. Info Line 1535, Column 91start tag was here

    …="smallbox" width="25%" valign="top" ><a href="https://eastso.cn/video/index.p…
  58. Error Line 1558, Column 87required attribute "ALT" not specified

    …				<img	border='0' src='images/noimages.jpg' class="public_video_cover"></img>

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

  59. Error Line 1558, Column 93end tag for element "IMG" which is not open

    …				<img	border='0' src='images/noimages.jpg' class="public_video_cover"></img>

    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.

  60. Error Line 1566, Column 53document type does not allow element "TABLE" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag

    				<table cellpadding="0"cellspacing="0" border="0">

    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 1569, Column 42required attribute "ALT" not specified

    …g src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="…

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

  62. Error Line 1569, Column 84required attribute "ALT" not specified

    …g src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="…

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

  63. Error Line 1569, Column 126required attribute "ALT" not specified

    …g src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="…

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

  64. Error Line 1569, Column 168required attribute "ALT" not specified

    …g src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="…

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

  65. Error Line 1569, Column 210required attribute "ALT" not specified

    …src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="0">

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  66. Error Line 1576, Column 8end tag for "A" omitted, but its declaration does not permit this

    			</td>

    The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag.

    • You forgot to close a tag, or

    • you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed.

  67. Info Line 1556, Column 80start tag was here

    …="smallbox" width="25%" valign="top" ><a href="https://eastso.cn/video/index.p…
  68. Error Line 1616, Column 105required attribute "ALT" not specified

    …tp://i2.ytimg.com/vi/qmPTMNBIz0o/default.jpg' class="public_video_cover"></img>

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

  69. Error Line 1616, Column 111end tag for element "IMG" which is not open

    …tp://i2.ytimg.com/vi/qmPTMNBIz0o/default.jpg' class="public_video_cover"></img>

    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.

  70. Warning Line 1622, Column 20NET-enabling start-tag requires SHORTTAG YES

                    <br/>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  71. Error Line 1624, Column 53document type does not allow element "TABLE" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag

    				<table cellpadding="0"cellspacing="0" border="0">

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

  72. Error Line 1627, Column 42required attribute "ALT" not specified

    …g src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="…

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

  73. Error Line 1627, Column 84required attribute "ALT" not specified

    …g src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="…

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

  74. Error Line 1627, Column 126required attribute "ALT" not specified

    …g src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="…

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

  75. Error Line 1627, Column 168required attribute "ALT" not specified

    …g src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="…

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

  76. Error Line 1627, Column 210required attribute "ALT" not specified

    …src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="0">

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  77. Warning Line 1633, Column 13NET-enabling start-tag requires SHORTTAG YES

    </table><br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  78. Error Line 1634, Column 9end tag for "A" omitted, but its declaration does not permit this

    				</td>

    The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag.

    • You forgot to close a tag, or

    • you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed.

  79. Info Line 1614, Column 5start tag was here

    				<a href="https://eastso.cn/video/index.php?page=video/views/1/most_viewed&a…
  80. Error Line 1639, Column 78required attribute "ALT" not specified

    …				<img	border='0' src='images/noimages.jpg' class="public_video_cover"></img>

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

  81. Error Line 1639, Column 84end tag for element "IMG" which is not open

    …				<img	border='0' src='images/noimages.jpg' class="public_video_cover"></img>

    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.

  82. Warning Line 1645, Column 20NET-enabling start-tag requires SHORTTAG YES

                    <br/>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  83. Error Line 1647, Column 53document type does not allow element "TABLE" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag

    				<table cellpadding="0"cellspacing="0" border="0">

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

  84. Error Line 1650, Column 42required attribute "ALT" not specified

    …g src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="…

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

  85. Error Line 1650, Column 84required attribute "ALT" not specified

    …g src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="…

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

  86. Error Line 1650, Column 126required attribute "ALT" not specified

    …g src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="…

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

  87. Error Line 1650, Column 168required attribute "ALT" not specified

    …g src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="…

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

  88. Error Line 1650, Column 210required attribute "ALT" not specified

    …src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="0">

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  89. Warning Line 1656, Column 13NET-enabling start-tag requires SHORTTAG YES

    </table><br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  90. Error Line 1657, Column 9end tag for "A" omitted, but its declaration does not permit this

    				</td>

    The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag.

    • You forgot to close a tag, or

    • you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed.

  91. Info Line 1637, Column 5start tag was here

    				<a href="https://eastso.cn/video/index.php?page=video/views/2/most_viewed&a…
  92. Error Line 1689, Column 78required attribute "ALT" not specified

    …				<img	border='0' src='images/noimages.jpg' class="public_video_cover"></img>

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

  93. Error Line 1689, Column 84end tag for element "IMG" which is not open

    …				<img	border='0' src='images/noimages.jpg' class="public_video_cover"></img>

    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.

  94. Warning Line 1695, Column 8NET-enabling start-tag requires SHORTTAG YES

    				<br/>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  95. Error Line 1697, Column 53document type does not allow element "TABLE" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag

    				<table cellpadding="0"cellspacing="0" border="0">

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

  96. Error Line 1700, Column 42required attribute "ALT" not specified

    …g src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="…

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

  97. Error Line 1700, Column 84required attribute "ALT" not specified

    …g src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="…

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

  98. Error Line 1700, Column 126required attribute "ALT" not specified

    …g src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="…

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

  99. Error Line 1700, Column 168required attribute "ALT" not specified

    …g src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="…

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

  100. Error Line 1700, Column 210required attribute "ALT" not specified

    …src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="0">

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  101. Warning Line 1706, Column 13NET-enabling start-tag requires SHORTTAG YES

    </table><br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  102. Error Line 1707, Column 9end tag for "A" omitted, but its declaration does not permit this

    				</td>

    The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag.

    • You forgot to close a tag, or

    • you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed.

  103. Info Line 1687, Column 9start tag was here

    								<a href="https://eastso.cn/video/index.php?page=video/views/2/most_rece…
  104. Error Line 1711, Column 105required attribute "ALT" not specified

    …tp://i2.ytimg.com/vi/qmPTMNBIz0o/default.jpg' class="public_video_cover"></img>

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

  105. Error Line 1711, Column 111end tag for element "IMG" which is not open

    …tp://i2.ytimg.com/vi/qmPTMNBIz0o/default.jpg' class="public_video_cover"></img>

    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.

  106. Warning Line 1717, Column 8NET-enabling start-tag requires SHORTTAG YES

    				<br/>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  107. Error Line 1719, Column 53document type does not allow element "TABLE" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag

    				<table cellpadding="0"cellspacing="0" border="0">

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

  108. Error Line 1722, Column 42required attribute "ALT" not specified

    …g src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="…

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

  109. Error Line 1722, Column 84required attribute "ALT" not specified

    …g src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="…

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

  110. Error Line 1722, Column 126required attribute "ALT" not specified

    …g src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="…

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

  111. Error Line 1722, Column 168required attribute "ALT" not specified

    …g src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="…

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

  112. Error Line 1722, Column 210required attribute "ALT" not specified

    …src="images/greystar.gif" border="0"><img src="images/greystar.gif" border="0">

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  113. Warning Line 1728, Column 13NET-enabling start-tag requires SHORTTAG YES

    </table><br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  114. Error Line 1729, Column 9end tag for "A" omitted, but its declaration does not permit this

    				</td>

    The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag.

    • You forgot to close a tag, or

    • you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed.

  115. Info Line 1709, Column 9start tag was here

    								<a href="https://eastso.cn/video/index.php?page=video/views/1/most_rece…
  116. Warning Line 1753, Column 96NET-enabling start-tag requires SHORTTAG YES

    …enter" >Copyright &copy; 2009-2015 Inoutscripts.com. All Rights Reserved.<br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.


0%(0)
0%(0)
標 題 (必選項):
內 容 (選填項):
實用資訊
回國機票$360起 | 商務艙省$200 | 全球最佳航空公司出爐:海航獲五星
海外華人福利!在線看陳建斌《三叉戟》熱血歸回 豪情築夢 高清免費看 無地區限制
一周點擊熱帖 更多>>
一周回復熱帖
歷史上的今天:回復熱帖
2017: 美老兵蓋50間小屋 供無家可歸同袍免費
2017: 從457米高山墜落2天后 美國男子奇蹟獲
2015: 央視春晚 阿/王 張燈結彩2014
2015: 通過視頻拜年體現佛法博大浩蕩
2014: 用六壬課測馬航MH370航班吉凶
2014: 美國主婦們節水抗旱各有高招