w3.org出现HTML语法错误

本文介绍了一个W3C网页中存在的HTML验证错误,并详细记录了错误的原因、解决办法及修正过程。通过Firefox插件htmlvalidator检测到了具体的错误,并最终成功解决了问题。

======================================================
注:本文源代码点此下载
======================================================

通过google搜索http-equiv charset ,进入 http://www.w3.org/international/o-charset

如果你安装了html validator for firefox实时检测html语法错误,就会看到右下角显示“14个错误/7个警告”。

右键“查看页面源代码” ,到 http://validator.w3.org 进行检测,结果是“21 errors, 22 warning(s) ”。

html validator显示错误原因: &应该转义成&

html validator给出的解决办法: 143行,&转义成&

&btng=google ... />

应该修改成

&btng=google ... />

作为web标准组织,w3.org的网页一般是0错误的,但是也有出错的时候。

做个广告:html validator for firefox(https://addons.mozilla.org/addon/249),实时检测,保证网页0错误,谁用谁知道。

如果使用validate by uri 进行html语法验证,结果是0错误的,因为通过google搜索进入,才产生了这个元素。

http://validator.w3.org/check?uri=http%3a%2f%2fwww.w3.org%2finternational%2fo-charset

后续处理情况:

2010-1-5 发送bug至w3.org

2010-1-12 html error已修改,问题解决。

标签: w3c, html, validator

绿色通道:好文要顶关注我收藏该文与我联系


======================================================
在最后,我邀请大家参加新浪APP,就是新浪免费送大家的一个空间,支持PHP+MySql,免费二级域名,免费域名绑定 这个是我邀请的地址,您通过这个链接注册即为我的好友,并获赠云豆500个,价值5元哦!短网址是http://t.cn/SXOiLh我创建的小站每天访客已经达到2000+了,每天挂广告赚50+元哦,呵呵,饭钱不愁了,\(^o^)/
line 5 column 1 - Warning: inserting implicit <body> line 7 column 64 - Warning: unescaped & or unknown entity "&oid" line 7 column 81 - Warning: unescaped & or unknown entity "&t" line 5 column 1 - Warning: inserting missing &#39;title&#39; element line 7 column 1 - Warning: <form> illegal characters found in URI line 39 column 5 - Warning: <td> attribute "align" not allowed for HTML5 Info: Document content looks like HTML5 Tidy found 8 warnings and 0 errors! About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 1 column 1 - Warning: missing <!DOCTYPE> declaration line 1 column 1 - Warning: inserting implicit <body> line 7 column 141 - Warning: &#39;<&#39; + &#39;/&#39; + letter not allowed here line 11 column 123 - Warning: &#39;<&#39; + &#39;/&#39; + letter not allowed here line 1 column 1 - Warning: inserting missing &#39;title&#39; element line 1 column 106 - Warning: <a> proprietary attribute "hret" Info: Document content looks like HTML5 Tidy found 6 warnings and 0 errors! About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 19 column 5 - Warning: plain text isn&#39;t allowed in <head> elements line 5 column 1 - Info: <head> previously mentioned line 19 column 5 - Warning: inserting implicit <body> line 35 column 1 - Warning: </head> isn&#39;t allowed in <body> elements line 19 column 5 - Info: <body> previously mentioned line 37 column 1 - Warning: discarding unexpected <body> line 45 column 5 - Warning: <div> isn&#39;t allowed in <h1> elements line 41 column 1 - Info: <h1> previously mentioned line 45 column 29 - Warning: discarding unexpected </div> line 136 column 17 - Warning: discarding unexpected plain text line 136 column 17 - Warning: <option> attribute "{if" lacks value line 136 column 17 - Warning: <option> attribute "$bonustype" lacks value line 136 column 17 - Warning: <option> attribute "$child.type_id}selected{/if}" lacks value line 140 column 5 - Warning: discarding unexpected plain text line 156 column 17 - Warning: discarding unexpected plain text line 156 column 17 - Warning: <option> attribute "{if" lacks value line 156 column 17 - Warning: <option> attribute "$bonustype2" lacks value line 156 column 17 - Warning: <option> attribute "$child.type_id}selected{/if}" lacks value line 160 column 5 - Warning: discarding unexpected plain text line 53 column 1 - Warning: <script> illegal characters found in URI line 83 column 3 - Warning: <table> lacks "summary" attribute line 45 column 5 - Warning: trimming empty <h1> line 136 column 17 - Warning: <option> proprietary attribute "eq" line 156 column 17 - Warning: <option> proprietary attribute "eq" Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN" Info: Document content looks like XHTML 1.0 Transitional Tidy found 21 warnings and 0 errors! The table summary attribute should be used to describe the table structure. It is very helpful for people using non-visual browsers. The scope and headers attributes for table cells are useful for specifying which headers apply to each table cell, enabling non-visual browsers to provide a meaningful context for each cell. For further advice on how to make your pages accessible see http://www.w3.org/WAI/GL. One or more empty elements were present in the source document but dropped on output. If these elements are necessary or you don&#39;t want this behavior, then consider setting the option "drop-empty-elements" to no. About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 3 column 1 - Warning: missing <!DOCTYPE> declaration line 3 column 1 - Warning: plain text isn&#39;t allowed in <head> elements line 3 column 1 - Info: <head> previously mentioned line 3 column 1 - Warning: inserting implicit <body> line 25 column 17 - Warning: discarding unexpected plain text line 29 column 9 - Warning: discarding unexpected plain text line 41 column 1 - Warning: <form> shouldn&#39;t be nested line 77 column 3 - Warning: plain text isn&#39;t allowed in <table> elements line 47 column 1 - Info: <table> previously mentioned line 107 column 61 - Warning: unescaped & or unknown entity "&id" line 113 column 44 - Warning: unescaped & or unknown entity "&fake_id" line 113 column 105 - Warning: unescaped & or unknown entity "&fake_id" line 121 column 3 - Warning: plain text isn&#39;t allowed in <table> elements line 47 column 1 - Info: <table> previously mentioned line 125 column 3 - Warning: plain text isn&#39;t allowed in <table> elements line 47 column 1 - Info: <table> previously mentioned line 37 column 1 - Warning: missing </form> line 3 column 1 - Warning: inserting missing &#39;title&#39; element line 107 column 34 - Warning: <a> illegal characters found in URI line 113 column 13 - Warning: <a> illegal characters found in URI line 113 column 77 - Warning: <a> illegal characters found in URI line 131 column 7 - Warning: <td> attribute "align" not allowed for HTML5 Info: Document content looks like HTML5 Tidy found 18 warnings and 0 errors! About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 5 column 1 - Warning: missing <!DOCTYPE> declaration line 5 column 1 - Warning: plain text isn&#39;t allowed in <head> elements line 5 column 1 - Info: <head> previously mentioned line 5 column 1 - Warning: inserting implicit <body> line 9 column 40 - Warning: unescaped & or unknown entity "&t" line 39 column 3 - Warning: plain text isn&#39;t allowed in <table> elements line 19 column 1 - Info: <table> previously mentioned line 57 column 43 - Warning: unescaped & or unknown entity "&id" line 58 column 35 - Warning: unescaped & or unknown entity "&id" line 65 column 3 - Warning: plain text isn&#39;t allowed in <table> elements line 19 column 1 - Info: <table> previously mentioned line 5 column 1 - Warning: inserting missing &#39;title&#39; element line 57 column 13 - Warning: <a> illegal characters found in URI line 58 column 5 - Warning: <a> illegal characters found in URI Info: Document content looks like HTML5 Tidy found 11 warnings and 0 errors! About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 1 column 1 - Warning: missing <!DOCTYPE> declaration line 1 column 1 - Warning: plain text isn&#39;t allowed in <head> elements line 1 column 1 - Info: <head> previously mentioned line 1 column 1 - Warning: inserting implicit <body> line 14 column 4 - Warning: plain text isn&#39;t allowed in <table> elements line 4 column 1 - Info: <table> previously mentioned line 20 column 44 - Warning: unescaped & or unknown entity "&lid" line 23 column 3 - Warning: plain text isn&#39;t allowed in <table> elements line 4 column 1 - Info: <table> previously mentioned line 23 column 54 - Warning: unescaped & or unknown entity "&aid" line 24 column 3 - Warning: plain text isn&#39;t allowed in <table> elements line 4 column 1 - Info: <table> previously mentioned line 1 column 1 - Warning: inserting missing &#39;title&#39; element line 20 column 13 - Warning: <a> illegal characters found in URI line 23 column 23 - Warning: <a> illegal characters found in URI line 14 column 4 - Warning: <tr> attribute "align" not allowed for HTML5 Info: Document content looks like HTML5 Tidy found 12 warnings and 0 errors! About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 5 column 1 - Warning: missing <!DOCTYPE> declaration line 5 column 1 - Warning: plain text isn&#39;t allowed in <head> elements line 5 column 1 - Info: <head> previously mentioned line 5 column 1 - Warning: inserting implicit <body> line 25 column 3 - Warning: plain text isn&#39;t allowed in <table> elements line 7 column 1 - Info: <table> previously mentioned line 29 column 54 - Warning: unescaped & or unknown entity "&oid" line 37 column 46 - Warning: unescaped & or unknown entity "&oid" line 37 column 62 - Warning: unescaped & or unknown entity "&t" line 38 column 38 - Warning: unescaped & or unknown entity "&oid" line 38 column 54 - Warning: unescaped & or unknown entity "&t" line 46 column 3 - Warning: plain text isn&#39;t allowed in <table> elements line 7 column 1 - Info: <table> previously mentioned line 50 column 1 - Warning: plain text isn&#39;t allowed in <table> elements line 7 column 1 - Info: <table> previously mentioned line 5 column 1 - Warning: inserting missing &#39;title&#39; element line 37 column 17 - Warning: <a> illegal characters found in URI line 38 column 9 - Warning: <a> illegal characters found in URI Info: Document content looks like HTML5 Tidy found 14 warnings and 0 errors! About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 5 column 1 - Warning: missing <!DOCTYPE> declaration line 5 column 1 - Warning: plain text isn&#39;t allowed in <head> elements line 5 column 1 - Info: <head> previously mentioned line 5 column 1 - Warning: inserting implicit <body> line 21 column 17 - Warning: <option> attribute "{if" lacks value line 21 column 17 - Warning: <option> attribute "$reg_type" lacks value line 21 column 17 - Warning: <option> attribute "1}selected{/if}" lacks value line 23 column 17 - Warning: <option> attribute "{if" lacks value line 23 column 17 - Warning: <option> attribute "$reg_type" lacks value line 23 column 17 - Warning: <option> attribute "2}selected{/if}" lacks value line 25 column 17 - Warning: <option> attribute "{if" lacks value line 25 column 17 - Warning: <option> attribute "$reg_type" lacks value line 25 column 17 - Warning: <option> attribute "3}selected{/if}" lacks value line 5 column 1 - Warning: inserting missing &#39;title&#39; element line 43 column 5 - Warning: <td> attribute "align" not allowed for HTML5 line 21 column 17 - Warning: <option> proprietary attribute "eq" line 23 column 17 - Warning: <option> proprietary attribute "eq" line 25 column 17 - Warning: <option> proprietary attribute "eq" Info: Document content looks like HTML5 Tidy found 17 warnings and 0 errors! About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 9 column 1 - Warning: missing <!DOCTYPE> declaration line 9 column 1 - Warning: plain text isn&#39;t allowed in <head> elements line 9 column 1 - Info: <head> previously mentioned line 9 column 1 - Warning: inserting implicit <body> line 15 column 17 - Warning: <option> attribute "{if" lacks value line 15 column 17 - Warning: <option> attribute "$type" lacks value line 15 column 17 - Warning: <option> attribute "1}selected{/if}" lacks value line 17 column 17 - Warning: <option> attribute "{if" lacks value line 17 column 17 - Warning: <option> attribute "$type" lacks value line 17 column 17 - Warning: <option> attribute "2}selected{/if}" lacks value line 19 column 17 - Warning: <option> attribute "{if" lacks value line 19 column 17 - Warning: <option> attribute "$type" lacks value line 19 column 17 - Warning: <option> attribute "3}selected{/if}" lacks value line 33 column 1 - Warning: <form> shouldn&#39;t be nested line 55 column 3 - Warning: plain text isn&#39;t allowed in <table> elements line 39 column 1 - Info: <table> previously mentioned line 61 column 62 - Warning: unescaped & or unknown entity "&goods_id" line 63 column 64 - Warning: unescaped & or unknown entity "&id" line 71 column 45 - Warning: unescaped & or unknown entity "&id" line 71 column 100 - Warning: unescaped & or unknown entity "&do" line 71 column 107 - Warning: unescaped & or unknown entity "&id" line 77 column 3 - Warning: plain text isn&#39;t allowed in <table> elements line 39 column 1 - Info: <table> previously mentioned line 81 column 3 - Warning: plain text isn&#39;t allowed in <table> elements line 39 column 1 - Info: <table> previously mentioned line 29 column 1 - Warning: missing </form> line 9 column 1 - Warning: inserting missing &#39;title&#39; element line 61 column 35 - Warning: <a> illegal characters found in URI line 63 column 35 - Warning: <a> illegal characters found in URI line 69 column 13 - Warning: <a> illegal characters found in URI line 71 column 13 - Warning: <a> illegal characters found in URI line 71 column 68 - Warning: <a> illegal characters found in URI line 83 column 7 - Warning: <td> attribute "align" not allowed for HTML5 line 15 column 17 - Warning: <option> proprietary attribute "eq" line 17 column 17 - Warning: <option> proprietary attribute "eq" line 19 column 17 - Warning: <option> proprietary attribute "eq" Info: Document content looks like HTML5 Tidy found 32 warnings and 0 errors! About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 10 column 5 - Warning: plain text isn&#39;t allowed in <head> elements line 3 column 1 - Info: <head> previously mentioned line 10 column 5 - Warning: inserting implicit <body> line 18 column 1 - Warning: </head> isn&#39;t allowed in <body> elements line 10 column 5 - Info: <body> previously mentioned line 19 column 1 - Warning: discarding unexpected <body> line 23 column 5 - Warning: <div> isn&#39;t allowed in <h1> elements line 21 column 1 - Info: <h1> previously mentioned line 23 column 29 - Warning: discarding unexpected </div> line 43 column 3 - Warning: plain text isn&#39;t allowed in <table> elements line 31 column 1 - Info: <table> previously mentioned line 55 column 45 - Warning: unescaped & or unknown entity "&id" line 58 column 3 - Warning: plain text isn&#39;t allowed in <table> elements line 31 column 1 - Info: <table> previously mentioned line 27 column 1 - Warning: <script> illegal characters found in URI line 31 column 1 - Warning: <table> lacks "summary" attribute line 36 column 19 - Warning: <img> lacks "alt" attribute line 55 column 13 - Warning: <a> illegal characters found in URI line 23 column 5 - Warning: trimming empty <h1> Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN" Info: Document content looks like XHTML 1.0 Transitional Tidy found 14 warnings and 0 errors! The table summary attribute should be used to describe the table structure. It is very helpful for people using non-visual browsers. The scope and headers attributes for table cells are useful for specifying which headers apply to each table cell, enabling non-visual browsers to provide a meaningful context for each cell. The alt attribute should be used to give a short description of an image; longer descriptions should be given with the longdesc attribute which takes a URL linked to the description. These measures are needed for people using non-graphical browsers. For further advice on how to make your pages accessible see http://www.w3.org/WAI/GL. One or more empty elements were present in the source document but dropped on output. If these elements are necessary or you don&#39;t want this behavior, then consider setting the option "drop-empty-elements" to no. About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 19 column 5 - Warning: plain text isn&#39;t allowed in <head> elements line 5 column 1 - Info: <head> previously mentioned line 19 column 5 - Warning: inserting implicit <body> line 35 column 1 - Warning: </head> isn&#39;t allowed in <body> elements line 19 column 5 - Info: <body> previously mentioned line 37 column 1 - Warning: discarding unexpected <body> line 45 column 5 - Warning: <div> isn&#39;t allowed in <h1> elements line 41 column 1 - Info: <h1> previously mentioned line 45 column 29 - Warning: discarding unexpected </div> line 95 column 67 - Warning: unescaped & or unknown entity "&id" line 131 column 17 - Warning: <option> attribute "{if" lacks value line 131 column 17 - Warning: <option> attribute "$keywords.jf_type" lacks value line 131 column 17 - Warning: <option> attribute "1}selected{/if}" lacks value line 133 column 17 - Warning: <option> attribute "{if" lacks value line 133 column 17 - Warning: <option> attribute "$keywords.jf_type" lacks value line 133 column 17 - Warning: <option> attribute "2}selected{/if}" lacks value line 147 column 2 - Warning: missing <td> line 155 column 3 - Warning: missing <td> line 53 column 1 - Warning: <script> illegal characters found in URI line 95 column 1 - Warning: <form> illegal characters found in URI line 97 column 3 - Warning: <table> lacks "summary" attribute line 45 column 5 - Warning: trimming empty <h1> line 131 column 17 - Warning: <option> proprietary attribute "eq" line 133 column 17 - Warning: <option> proprietary attribute "eq" Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN" Info: Document content looks like XHTML 1.0 Transitional Tidy found 21 warnings and 0 errors! The table summary attribute should be used to describe the table structure. It is very helpful for people using non-visual browsers. The scope and headers attributes for table cells are useful for specifying which headers apply to each table cell, enabling non-visual browsers to provide a meaningful context for each cell. For further advice on how to make your pages accessible see http://www.w3.org/WAI/GL. One or more empty elements were present in the source document but dropped on output. If these elements are necessary or you don&#39;t want this behavior, then consider setting the option "drop-empty-elements" to no. About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 1 column 1 - Warning: missing <!DOCTYPE> declaration line 1 column 1 - Warning: plain text isn&#39;t allowed in <head> elements line 1 column 1 - Info: <head> previously mentioned line 1 column 1 - Warning: inserting implicit <body> line 21 column 9 - Warning: missing </div> before <li> line 22 column 17 - Warning: inserting implicit <ul> line 22 column 17 - Warning: missing </ul> before </div> line 1 column 1 - Warning: inserting missing &#39;title&#39; element line 17 column 34 - Warning: <img> illegal characters found in URI line 17 column 34 - Warning: <img> lacks "alt" attribute line 23 column 41 - Warning: <img> illegal characters found in URI line 23 column 41 - Warning: <img> proprietary attribute value "absmiddle" line 23 column 41 - Warning: <img> lacks "alt" attribute line 3 column 1 - Warning: moved <style> tag to <head>! fix-style-tags: no to avoid. line 23 column 41 - Warning: <img> attribute "align" not allowed for HTML5 Info: Document content looks like HTML5 Tidy found 14 warnings and 0 errors! The alt attribute should be used to give a short description of an image; longer descriptions should be given with the longdesc attribute which takes a URL linked to the description. These measures are needed for people using non-graphical browsers. For further advice on how to make your pages accessible see http://www.w3.org/WAI/GL. About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 1 column 1 - Warning: <tr> attribute "{if" lacks value line 1 column 1 - Warning: <tr> attribute "$menu[&#39;type&#39;]" lacks value line 1 column 1 - Warning: <tr> attribute name "3}style" (value="display:none") is invalid line 1 column 1 - Warning: <tr> attribute "{/if}" lacks value line 1 column 1 - Warning: missing <!DOCTYPE> declaration line 1 column 1 - Warning: inserting implicit <body> line 20 column 25 - Warning: <input> isn&#39;t allowed in <table> elements line 3 column 17 - Info: <table> previously mentioned line 21 column 25 - Warning: <input> isn&#39;t allowed in <table> elements line 3 column 17 - Info: <table> previously mentioned line 22 column 25 - Warning: <input> isn&#39;t allowed in <table> elements line 3 column 17 - Info: <table> previously mentioned line 1 column 1 - Warning: inserting missing &#39;title&#39; element line 3 column 17 - Warning: <table> attribute "align" not allowed for HTML5 line 1 column 1 - Warning: <tr> proprietary attribute "neq" Info: Document content looks like HTML5 Tidy found 12 warnings and 0 errors! About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 1 column 1 - Warning: missing <!DOCTYPE> declaration line 1 column 1 - Warning: plain text isn&#39;t allowed in <head> elements line 1 column 1 - Info: <head> previously mentioned line 1 column 1 - Warning: inserting implicit <body> line 6 column 67 - Warning: unescaped & or unknown entity "&aid" line 19 column 9 - Warning: <input> attribute "{if" lacks value line 19 column 9 - Warning: <input> attribute "$act.isopen" lacks value line 19 column 9 - Warning: <input> attribute "1}checked{/if}" lacks value line 20 column 9 - Warning: <input> attribute "{if" lacks value line 20 column 9 - Warning: <input> attribute "$act.isopen" lacks value line 20 column 9 - Warning: <input> attribute "0}checked{/if}" lacks value line 28 column 9 - Warning: <input> attribute "{if" lacks value line 28 column 9 - Warning: <input> attribute "$act.type" lacks value line 28 column 9 - Warning: <input> attribute "1}checked{/if}" lacks value line 29 column 9 - Warning: <input> attribute "{if" lacks value line 29 column 9 - Warning: <input> attribute "$act.type" lacks value line 29 column 9 - Warning: <input> attribute "2}checked{/if}" lacks value line 32 column 3 - Warning: plain text isn&#39;t allowed in <tbody> elements line 8 column 3 - Info: <tbody> previously mentioned line 37 column 5 - Warning: plain text isn&#39;t allowed in <tbody> elements line 8 column 3 - Info: <tbody> previously mentioned line 40 column 9 - Warning: <input> attribute "{if" lacks value line 40 column 9 - Warning: <input> attribute "$act.tpl" lacks value line 40 column 9 - Warning: <input> attribute "1}checked{/if}" lacks value line 41 column 9 - Warning: <input> attribute "{if" lacks value line 41 column 9 - Warning: <input> attribute "$act.tpl" lacks value line 41 column 9 - Warning: <input> attribute "2}checked{/if}" lacks value line 42 column 9 - Warning: <input> attribute "{if" lacks value line 42 column 9 - Warning: <input> attribute "$act.tpl" lacks value line 42 column 9 - Warning: <input> attribute "3}checked{/if}" lacks value line 1 column 1 - Warning: inserting missing &#39;title&#39; element line 6 column 1 - Warning: <form> illegal characters found in URI line 55 column 5 - Warning: <td> attribute "align" not allowed for HTML5 line 19 column 9 - Warning: <input> proprietary attribute "eq" line 20 column 9 - Warning: <input> proprietary attribute "eq" line 28 column 9 - Warning: <input> proprietary attribute "eq" line 29 column 9 - Warning: <input> proprietary attribute "eq" line 40 column 9 - Warning: <input> proprietary attribute "eq" line 41 column 9 - Warning: <input> proprietary attribute "eq" line 42 column 9 - Warning: <input> proprietary attribute "eq" Info: Document content looks like HTML5 Tidy found 37 warnings and 0 errors! About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 5 column 1 - Warning: missing <!DOCTYPE> declaration line 5 column 1 - Warning: plain text isn&#39;t allowed in <head> elements line 5 column 1 - Info: <head> previously mentioned line 5 column 1 - Warning: inserting implicit <body> line 49 column 5 - Warning: plain text isn&#39;t allowed in <table> elements line 45 column 3 - Info: <table> previously mentioned line 63 column 3 - Warning: plain text isn&#39;t allowed in <table> elements line 45 column 3 - Info: <table> previously mentioned line 67 column 3 - Warning: plain text isn&#39;t allowed in <table> elements line 45 column 3 - Info: <table> previously mentioned line 5 column 1 - Warning: inserting missing &#39;title&#39; element line 9 column 1 - Warning: <table> attribute "align" not allowed for HTML5 line 57 column 11 - Warning: <hr> proprietary attribute "color" Info: Document content looks like HTML5 Tidy found 9 warnings and 0 errors! About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 19 column 5 - Warning: plain text isn&#39;t allowed in <head> elements line 5 column 1 - Info: <head> previously mentioned line 19 column 5 - Warning: inserting implicit <body> line 35 column 1 - Warning: </head> isn&#39;t allowed in <body> elements line 19 column 5 - Info: <body> previously mentioned line 37 column 1 - Warning: discarding unexpected <body> line 57 column 5 - Warning: <div> isn&#39;t allowed in <h1> elements line 41 column 1 - Info: <h1> previously mentioned line 57 column 29 - Warning: discarding unexpected </div> line 95 column 66 - Warning: unescaped & or unknown entity "&id" line 111 column 17 - Warning: discarding unexpected plain text line 111 column 17 - Warning: <option> attribute "{if" lacks value line 111 column 17 - Warning: <option> attribute "$menu.pid" lacks value line 111 column 17 - Warning: <option> attribute "$child.id}selected{/if}" lacks value line 115 column 5 - Warning: discarding unexpected plain text line 135 column 9 - Warning: <input> attribute "{if" lacks value line 135 column 9 - Warning: <input> attribute "$menu.type" lacks value line 135 column 9 - Warning: <input> attribute "1}checked{/if}" lacks value line 137 column 9 - Warning: <input> attribute "{if" lacks value line 137 column 9 - Warning: <input> attribute "$menu.type" lacks value line 137 column 9 - Warning: <input> attribute "2}checked{/if}" lacks value line 139 column 9 - Warning: <input> attribute "{if" lacks value line 139 column 9 - Warning: <input> attribute "$menu.type" lacks value line 139 column 9 - Warning: <input> attribute "3}checked{/if}" lacks value line 147 column 2 - Warning: plain text isn&#39;t allowed in <tbody> elements line 99 column 3 - Info: <tbody> previously mentioned line 147 column 2 - Warning: <tr> attribute "{if" lacks value line 147 column 2 - Warning: <tr> attribute "$menu[&#39;type&#39;]" lacks value line 147 column 2 - Warning: <tr> attribute name "3}style" (value="display:none") is invalid line 147 column 2 - Warning: <tr> attribute "{/if}" lacks value line 45 column 31 - Warning: <a> illegal characters found in URI line 51 column 31 - Warning: <a> illegal characters found in URI line 65 column 1 - Warning: <script> illegal characters found in URI line 95 column 1 - Warning: <form> illegal characters found in URI line 97 column 3 - Warning: <table> lacks "summary" attribute line 57 column 5 - Warning: trimming empty <h1> line 111 column 17 - Warning: <option> proprietary attribute "eq" line 135 column 9 - Warning: <input> proprietary attribute "eq" line 137 column 9 - Warning: <input> proprietary attribute "eq" line 139 column 9 - Warning: <input> proprietary attribute "eq" line 147 column 2 - Warning: <tr> proprietary attribute "eq" Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN" Info: Document content looks like XHTML 1.0 Transitional Tidy found 37 warnings and 0 errors! The table summary attribute should be used to describe the table structure. It is very helpful for people using non-visual browsers. The scope and headers attributes for table cells are useful for specifying which headers apply to each table cell, enabling non-visual browsers to provide a meaningful context for each cell. For further advice on how to make your pages accessible see http://www.w3.org/WAI/GL. One or more empty elements were present in the source document but dropped on output. If these elements are necessary or you don&#39;t want this behavior, then consider setting the option "drop-empty-elements" to no. About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 7 column 1 - Warning: missing <!DOCTYPE> declaration line 7 column 1 - Warning: plain text isn&#39;t allowed in <head> elements line 7 column 1 - Info: <head> previously mentioned line 7 column 1 - Warning: inserting implicit <body> line 17 column 9 - Warning: <input> attribute "{if" lacks value line 17 column 9 - Warning: <input> attribute "$buynotice" lacks value line 17 column 9 - Warning: <input> attribute "1}checked{/if}" lacks value line 17 column 93 - Warning: <input> attribute "{if" lacks value line 17 column 93 - Warning: <input> attribute "$buynotice" lacks value line 17 column 93 - Warning: <input> attribute "0}checked{/if}" lacks value line 33 column 9 - Warning: <input> attribute "{if" lacks value line 33 column 9 - Warning: <input> attribute "$sendnotice" lacks value line 33 column 9 - Warning: <input> attribute "1}checked{/if}" lacks value line 33 column 95 - Warning: <input> attribute "{if" lacks value line 33 column 95 - Warning: <input> attribute "$sendnotice" lacks value line 33 column 95 - Warning: <input> attribute "0}checked{/if}" lacks value line 7 column 1 - Warning: inserting missing &#39;title&#39; element line 47 column 5 - Warning: <td> attribute "align" not allowed for HTML5 line 17 column 9 - Warning: <input> proprietary attribute "eq" line 17 column 93 - Warning: <input> proprietary attribute "eq" line 33 column 9 - Warning: <input> proprietary attribute "eq" line 33 column 95 - Warning: <input> proprietary attribute "eq" Info: Document content looks like HTML5 Tidy found 21 warnings and 0 errors! About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 2 column 1 - Error: <alipay> is not recognized! line 2 column 1 - Warning: missing <!DOCTYPE> declaration line 2 column 1 - Warning: discarding unexpected <alipay> line 3 column 6 - Error: <merchant_pid> is not recognized! line 3 column 6 - Warning: discarding unexpected <merchant_pid> line 3 column 20 - Warning: plain text isn&#39;t allowed in <head> elements line 2 column 1 - Info: <head> previously mentioned line 3 column 20 - Warning: inserting implicit <body> line 3 column 36 - Warning: discarding unexpected </merchant_pid> line 4 column 6 - Error: <merchant_name> is not recognized! line 4 column 6 - Warning: discarding unexpected <merchant_name> line 4 column 29 - Warning: discarding unexpected </merchant_name> line 5 column 6 - Error: <system_name> is not recognized! line 5 column 6 - Warning: discarding unexpected <system_name> line 5 column 27 - Warning: discarding unexpected </system_name> line 6 column 6 - Error: <system_version> is not recognized! line 6 column 6 - Warning: discarding unexpected <system_version> line 6 column 27 - Warning: discarding unexpected </system_version> line 7 column 1 - Warning: discarding unexpected </alipay> line 2 column 1 - Warning: inserting missing &#39;title&#39; element line 1 column 1 - Warning: An XML declaration was detected. Did you mean to use input-xml? Info: Document content looks like HTML5 Tidy found 15 warnings and 5 errors! This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 1 column 1 - Warning: missing <!DOCTYPE> declaration line 1 column 1 - Warning: inserting missing &#39;title&#39; element Info: Document content looks like HTML5 Tidy found 2 warnings and 0 errors! About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 1 column 1 - Warning: missing <!DOCTYPE> declaration line 1 column 1 - Warning: plain text isn&#39;t allowed in <head> elements line 1 column 1 - Info: <head> previously mentioned line 1 column 1 - Warning: inserting implicit <body> line 10 column 61 - Warning: unescaped & or unknown entity "&id" line 10 column 70 - Warning: unescaped & or unknown entity "&do" line 10 column 75 - Warning: unescaped & or unknown entity "&istitle" line 10 column 94 - Warning: unescaped & or unknown entity "&iscomment" line 1 column 1 - Warning: inserting missing &#39;title&#39; element line 10 column 23 - Warning: <a> illegal characters found in URI line 26 column 17 - Warning: <img> illegal characters found in URI line 26 column 17 - Warning: <img> lacks "alt" attribute line 21 column 9 - Warning: <table> attribute "align" not allowed for HTML5 line 32 column 17 - Warning: <table> attribute "align" not allowed for HTML5 Info: Document content looks like HTML5 Tidy found 13 warnings and 0 errors! The alt attribute should be used to give a short description of an image; longer descriptions should be given with the longdesc attribute which takes a URL linked to the description. These measures are needed for people using non-graphical browsers. For further advice on how to make your pages accessible see http://www.w3.org/WAI/GL. About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 2 column 1 - Warning: missing <!DOCTYPE> declaration line 2 column 1 - Warning: plain text isn&#39;t allowed in <head> elements line 2 column 1 - Info: <head> previously mentioned line 2 column 1 - Warning: inserting implicit <body> line 15 column 3 - Warning: plain text isn&#39;t allowed in <table> elements line 7 column 1 - Info: <table> previously mentioned line 17 column 271 - Warning: <span> attribute "{if" lacks value line 17 column 271 - Warning: <span> attribute name "$help_open}style" (value="display:block") is invalid line 17 column 271 - Warning: <span> attribute "{else}" lacks value line 17 column 271 - Warning: <span> attribute "{/if}" lacks value line 18 column 271 - Warning: <span> attribute "{if" lacks value line 18 column 271 - Warning: <span> attribute name "$help_open}style" (value="display:block") is invalid line 18 column 271 - Warning: <span> attribute "{else}" lacks value line 18 column 271 - Warning: <span> attribute "{/if}" lacks value line 19 column 271 - Warning: <span> attribute "{if" lacks value line 19 column 271 - Warning: <span> attribute name "$help_open}style" (value="display:block") is invalid line 19 column 271 - Warning: <span> attribute "{else}" lacks value line 19 column 271 - Warning: <span> attribute "{/if}" lacks value line 23 column 3 - Warning: plain text isn&#39;t allowed in <table> elements line 7 column 1 - Info: <table> previously mentioned line 26 column 3 - Warning: plain text isn&#39;t allowed in <table> elements line 7 column 1 - Info: <table> previously mentioned line 2 column 1 - Warning: inserting missing &#39;title&#39; element line 16 column 5 - Warning: <td> attribute "width" has invalid value "250px" line 17 column 177 - Warning: <a> illegal characters found in URI line 18 column 177 - Warning: <a> illegal characters found in URI line 19 column 177 - Warning: <a> illegal characters found in URI Info: Document content looks like HTML5 Tidy found 23 warnings and 0 errors! About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 1 column 1 - Warning: missing <!DOCTYPE> declaration line 1 column 1 - Warning: plain text isn&#39;t allowed in <head> elements line 1 column 1 - Info: <head> previously mentioned line 1 column 1 - Warning: inserting implicit <body> line 28 column 3 - Warning: <input> isn&#39;t allowed in <tr> elements line 27 column 3 - Info: <tr> previously mentioned line 1 column 1 - Warning: inserting missing &#39;title&#39; element line 29 column 5 - Warning: <td> attribute "align" not allowed for HTML5 Info: Document content looks like HTML5 Tidy found 6 warnings and 0 errors! About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 1 column 1 - Warning: missing <!DOCTYPE> declaration line 1 column 1 - Warning: inserting missing &#39;title&#39; element Info: Document content looks like HTML5 Tidy found 2 warnings and 0 errors! About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 1 column 1 - Warning: missing <!DOCTYPE> declaration line 4 column 1 - Warning: <center> element removed from HTML5 line 5 column 5 - Warning: <center> element removed from HTML5 Info: Document content looks like HTML5 Tidy found 3 warnings and 0 errors! About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 1 column 1 - Warning: missing <!DOCTYPE> declaration line 1 column 1 - Warning: inserting missing &#39;title&#39; element Info: Document content looks like HTML5 Tidy found 2 warnings and 0 errors! About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 1 column 1 - Warning: missing <!DOCTYPE> declaration line 1 column 1 - Warning: plain text isn&#39;t allowed in <head> elements line 1 column 1 - Info: <head> previously mentioned line 1 column 1 - Warning: inserting implicit <body> line 10 column 61 - Warning: unescaped & or unknown entity "&id" line 10 column 70 - Warning: unescaped & or unknown entity "&do" line 10 column 75 - Warning: unescaped & or unknown entity "&istitle" line 10 column 94 - Warning: unescaped & or unknown entity "&iscomment" line 1 column 1 - Warning: inserting missing &#39;title&#39; element line 10 column 23 - Warning: <a> illegal characters found in URI line 26 column 17 - Warning: <img> illegal characters found in URI line 26 column 17 - Warning: <img> lacks "alt" attribute line 21 column 9 - Warning: <table> attribute "align" not allowed for HTML5 line 32 column 17 - Warning: <table> attribute "align" not allowed for HTML5 Info: Document content looks like HTML5 Tidy found 13 warnings and 0 errors! The alt attribute should be used to give a short description of an image; longer descriptions should be given with the longdesc attribute which takes a URL linked to the description. These measures are needed for people using non-graphical browsers. For further advice on how to make your pages accessible see http://www.w3.org/WAI/GL. About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 2 column 1 - Warning: missing <!DOCTYPE> declaration line 2 column 1 - Warning: plain text isn&#39;t allowed in <head> elements line 2 column 1 - Info: <head> previously mentioned line 2 column 1 - Warning: inserting implicit <body> line 15 column 3 - Warning: plain text isn&#39;t allowed in <table> elements line 7 column 1 - Info: <table> previously mentioned line 17 column 286 - Warning: <span> attribute "{if" lacks value line 17 column 286 - Warning: <span> attribute name "$help_open}style" (value="display:block") is invalid line 17 column 286 - Warning: <span> attribute "{else}" lacks value line 17 column 286 - Warning: <span> attribute "{/if}" lacks value line 18 column 286 - Warning: <span> attribute "{if" lacks value line 18 column 286 - Warning: <span> attribute name "$help_open}style" (value="display:block") is invalid line 18 column 286 - Warning: <span> attribute "{else}" lacks value line 18 column 286 - Warning: <span> attribute "{/if}" lacks value line 19 column 286 - Warning: <span> attribute "{if" lacks value line 19 column 286 - Warning: <span> attribute name "$help_open}style" (value="display:block") is invalid line 19 column 286 - Warning: <span> attribute "{else}" lacks value line 19 column 286 - Warning: <span> attribute "{/if}" lacks value line 23 column 3 - Warning: plain text isn&#39;t allowed in <table> elements line 7 column 1 - Info: <table> previously mentioned line 26 column 3 - Warning: plain text isn&#39;t allowed in <table> elements line 7 column 1 - Info: <table> previously mentioned line 2 column 1 - Warning: inserting missing &#39;title&#39; element line 16 column 5 - Warning: <td> attribute "width" has invalid value "250px" line 17 column 192 - Warning: <a> illegal characters found in URI line 18 column 192 - Warning: <a> illegal characters found in URI line 19 column 192 - Warning: <a> illegal characters found in URI line 17 column 5 - Warning: <td> attribute "align" not allowed for HTML5 line 18 column 5 - Warning: <td> attribute "align" not allowed for HTML5 line 19 column 5 - Warning: <td> attribute "align" not allowed for HTML5 Info: Document content looks like HTML5 Tidy found 26 warnings and 0 errors! About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 1 column 1 - Warning: missing <!DOCTYPE> declaration line 1 column 1 - Warning: plain text isn&#39;t allowed in <head> elements line 1 column 1 - Info: <head> previously mentioned line 1 column 1 - Warning: inserting implicit <body> line 28 column 3 - Warning: <input> isn&#39;t allowed in <tr> elements line 27 column 3 - Info: <tr> previously mentioned line 1 column 1 - Warning: inserting missing &#39;title&#39; element line 29 column 5 - Warning: <td> attribute "align" not allowed for HTML5 Info: Document content looks like HTML5 Tidy found 6 warnings and 0 errors! About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 1 column 1 - Warning: missing <!DOCTYPE> declaration line 1 column 1 - Warning: inserting missing &#39;title&#39; element Info: Document content looks like HTML5 Tidy found 2 warnings and 0 errors! About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 1 column 1 - Warning: missing <!DOCTYPE> declaration Info: Document content looks like HTML5 Tidy found 1 warning and 0 errors! About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md line 1 column 1 - Warning: missing <!DOCTYPE> declaration line 12 column 1 - Warning: discarding unexpected </body> line 14 column 1 - Warning: discarding unexpected </html> line 3 column 1 - Warning: inserting missing &#39;title&#39; element Info: Document content looks like HTML5 Tidy found 4 warnings and 0 errors! About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md Info: Document content looks like HTML5 No warnings or errors were found. About HTML Tidy: https://github.com/htacg/tidy-html5 Bug reports and comments: https://github.com/htacg/tidy-html5/issues Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/ Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ Validate your HTML documents: http://validator.w3.org/nu/ Lobby your company to join the W3C: http://www.w3.org/Consortium Do you speak a language other than English, or a different variant of English? Consider helping us to localize HTML Tidy. For details please see https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md [root@yfw yfw.szrengjing.com]# php7.4 yfw.szrengjing.com 前端清还是打不开
11-09
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值