大家一定曾经把别人的网页另存下来看过,特别是用dw打开时,你会看到,很多网页上面都加了
这个标签,在dw中黄黄的很是显眼,那么是个什么东东呢?
用tbody这个标签可以控制表格分行下载,可以让其中的内容比网页中别的东东(如图片)先下载下来,这样可以让别人先看到网页的实质性的内容,不用等那么久了,在需要分行下载处加上和,比如:
复制代码
代码如下:
飞鸥岛
飞鸥岛
飞鸥岛
飞鸥岛
tbody 标签的用法
ie单独推出的并得到html3.0规范支持的表格属性有:
- specifies the table head
- specifies the table body
- specifies the table footer
- used to group column alignments
- used to specify individual column alignments
以下是我作的一个例子,比较烦,朋友们可以看一下。这些属性的主要用途还是在script驱动的动态效果时才能反映出来。
复制代码
代码如下:
new document
a section of the comparison table
element internet explorer
netscape mosaic
x x x
<base ...> x x x
...href x x x
...target x x
<basefont ...> x x
...size x
(only visible
when font
size= used
as well) x
...face x
<bgsound ...> x
x
(will spawn
player for
.mid files)
... [... ...] ...
this is <tfoot> content
tbody