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.
我知道并使用基本的 HTML,但我正在快速了解构建整个复杂公共站点所需的细节。哪个 HTML 不仅应该是我学习的重点,也是最终站点的重点?非常感谢...RG
你应该关注 HTML5,它很快就会成为标准。
没有理由不使用<!DOCTYPE html>,因为它基本上适用于所有正在使用的浏览器。我会对 HTML5 的个别特性更加挑剔——许多没有 javascript polyfill 的非常流行的浏览器并不完全支持它们。
<!DOCTYPE html>