What is the difference of having a DOCTYPE — and BackCompat vs CSS1Compat mode in Chrome, Firefox, and Safari?
问题 I tend to think that without the DOCTYPE , IE will have issues because without the DOCTYPE , it would render items on the page in Quirk mode, using IE's box model. I know we should always put in a DOCTYPE , but the key concern here is, what if for some reason, when we analyze a third party's webpage, or before we knew there is a bug, that if the page doesn't have a DOCTYPE or its DOCTYPE by mistake came after some markup such as <html> and made the DOCTYPE line not take effect, then what is