We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doctype
HTML <!DOCTYPE> 标签: http://www.w3school.com.cn/tags/tag_doctype.asp
浏览器的标准模式与怪异模式的设置与区分方法: http://www.frontopen.com/1385.html HTML文档类型DTD与浏览器怪异模式区别: http://caibaojian.com/html-dtd.html
HTML与XHTML区别: http://www.cnblogs.com/kuyijie/archive/2011/01/06/1927663.html
application/xhtml+xml
IE6、IE7、IE8不支持XHTML,不过没关系: http://www.cnblogs.com/sink_cup/archive/2010/01/11/IE6_IE7_IE8_not_support_xhtml_but_it_is_not_important.html
多语言网站(如何实现网站的多语言版本?) http://blog.csdn.net/menban/article/details/2237135 一步一步实现网站的多语言版本: http://www.cnblogs.com/needrunning/archive/2012/10/27/2742957.html 多语言网站解决方案: http://bbs.chinaunix.net/thread-569763-1-1.html
data-
cookie, sessionStorage
localStorage
essionStorage localStorage 和 cookie 之间的区别转: http://zhidao.baidu.com/link?url=fvQf4JmMP5v5WYtNnSUkdsrFkLlfaHv0PUAX-IpSbqnVRzjXWMgtJVSB8r626LAW9heSVIY4UE7N1DjyAJLl13BFmgxjIuoo3c7NhprjHXW
<script>, <script async>
<script defer>
HTML <script> 标签: http://www.w3school.com.cn/tags/tag_script.asp js异步加载的三种解决方案: http://www.jb51.net/article/34491.htm
<link>
<head></head>
<script>
</body>
了解html页面的渲染过程以备学习前端的性能优化(续): http://www.jb51.net/web/70656.html 浏览器是怎样工作的二:渲染引擎 HTML解析: http://www.chinaz.com/news/2012/0509/250601.shtml
原:https://github.com/h5bp/Front-end-Developer-Interview-Questions#js-questions
The text was updated successfully, but these errors were encountered:
No branches or pull requests
doctype
do?application/xhtml+xml
?data-
attributes good for?cookie, sessionStorage
andlocalStorage
.<script>, <script async>
and
<script defer>
.<link>
s between<head></head>
and JS<script>
s just before</body>
? Do you know any exceptions?原:https://github.com/h5bp/Front-end-Developer-Interview-Questions#js-questions
The text was updated successfully, but these errors were encountered: