📜  HTML Tbody标签

📅  最后修改于: 2020-11-01 07:42:16             🧑  作者: Mango

的HTML标签

的HTML标签用于对表格行进行分组( )一起表示这是表格的主体部分(

)。

标签必须是的子元素
元件。

与和它显示了表的不同部分,即表头,表主体和表脚,但是,这不会影响表的布局。

这些元素可用于提供语义信息,这有助于进行可访问性,或者在打印大型表时在顶部显示页眉,在底部显示页脚。

提示:

标签必须包含一个或多个元素。

句法

    
............

以下是有关HTML的一些规范

标签

Display Inline
Start tag/End tag Both Start and End tag
Usage Table body




    HTML tbody tag
    


 

Example of the tbody tag

EmpId Name Email-Id
121 John john123@gmail.com
122 William william56@gmail.com
123 Amit amitk98@gmail.com

输出:

属性:

特定于标签的属性:

element. (Not Supported in HTML5) content to the character. (Not Supported in HTML5) element. (Not Supported in HTML5)
Attribute Value Description
align right
left
center
justify
char
It determines the alignment of the content inside the
char character It specifies the alignment of the
charoff Number It specifies the number of characters the content will be aligned from the character specified by the char attribute. (Not Supported in HTML5)
valign top
middle
bottom
baseline
It determines the vertical alignment of the content inside the

全局属性:

的标签支持HTML中的Global属性。

事件属性:

的标签支持HTML中的事件属性。

支持的浏览器

Element chrome browser Chrome ie browser IE firefox browser Firefox opera browser Opera safari browser Safari
Yes Yes Yes Yes Yes