优化你的站点,让它加载的再快一些
table (table 3) will load right after
table 2 above. </p>
<p> </p></td>
</tr>
</table>
<strong><!--Here‘s Table #4--></strong>
<table width="510" border="0" cellpadding="0" cellspacing="0" class="normal">
<tr>
<td valign="top" class="chapterCenter">This table
(table 4) will load last because
it‘s the last table on this web page before the closing tags </BODY></HTML></td>
</tr>
</table>
</BODY>
这是采用上述所述HTML代码的网页御览:
这样可以允许你的网页逐步的加载和显示(首先从表格1开始,然后是表格2,之后是表格3,最后是表格4),这样使用户能有东西可以阅读而无需等待网页全部加载完成。
注意:不要使用嵌套表格(表格套表格),因为它不会有相同的效果而且会因浏览器在加载表格之内的任何表格之前需要完成加载主要的表格而最终降低了加载速度。嵌套表格非常难于控制。
这就是文章的全部,希望您能在网站加载速度优化中获得乐趣!


快速导航