WAPFORUM 移动浏览器的 HTML DOCTYPE
如何在 HTML 5 中为移动显示编写 HTML Doctype..ie
通常是 WAPFORUM 即:
DOCTYPE html PUBLIC "-//WAPFORUM //DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD /xhtml-mobile10.dtd”
但是 HTML5 没有 doctype rt ?
请澄清一下??
How to write HTML Doctype in HTML 5 for MOBILE DISPLAYS..ie
normally it is WAPFORUM ie:
DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"
But HTML5 dont have a doctype rt ??
pls clarify ??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于 HTML 5,doctype 始终是:(不区分大小写)
在 HTML 5 中,doctype 是可选的,并且省略 doctype 会导致任何更改的情况并不多。
有关文档类型的更多信息请参阅:
http://en.wikipedia.org/wiki/Document_Type_Declaration#HTML5_DTD-less_DOCTYPE
For HTML 5 the doctype is always: (not case sensitive)
In HTML 5 the doctype is optional and there are not many cases, where omitting the doctype will cause any changes.
For more infos on doctypes look:
http://en.wikipedia.org/wiki/Document_Type_Declaration#HTML5_DTD-less_DOCTYPE