当前位置: 首页 > 图文教程 > 网页制作 > CSS样式表 > CSS样式表尽量放到网页头部
从技术上讲,你可以将样式您想要的位置。
While researching performance at Yahoo!, we discovered that moving stylesheets to the document HEAD makes pages appear to be loading faster. This is because putting stylesheets in the HEAD allows the page to render progressively.
- ySlow Team
评论 (0) All