开发者

What is the difference in doc types

开发者 https://www.devze.com 2023-02-11 14:25 出处:网络
okay, something I\'ve been meaning to figure out for a while. What are the different d开发者_高级运维oc types and what do they mean? Anytime I\'ve done my own limited research on this, I keep gettin

okay, something I've been meaning to figure out for a while.

What are the different d开发者_高级运维oc types and what do they mean? Anytime I've done my own limited research on this, I keep getting confused by references to DTD and quirks mode and such, which I don't understand either.

Thank you!


Doctypes are for telling browser what (X)HTML standard your document is using. That way, the browser knows how to interpret the data and how to render it on screen. Examples here: http://www.w3.org/QA/2002/04/valid-dtd-list.html

0

精彩评论

暂无评论...
验证码 换一张
取 消