摘要:
现在有用于在Web浏览器中的布局引擎的三种模式:1.quirks mode: 怪异模式2.almost standards mode:准标准模式 (只有极少数的怪异行为执行。)3. full standards mode:完整标准模式(一直努力希望致力于描述HTML和CSS规范。)——In full standards mode , the behavior is (hopefully) the behavior described by the HTML and CSS specifications.)DOCTYPE,简称为DTDs,是英文Document type的缩写,中文“文档类型”; 阅读全文