Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的网页在 IE-7、IE-8、IE-8 兼容模式和 IE-9 中表现不同。在几个版本的 IE 中没有从一个页面导航到另一个页面,并且在几个版本中没有应用样式。我应该在我的代码中添加什么,以便我的网页可以在所有版本的 IE 中正确打开。
你有
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
在页面顶部没有多余的行?