📜  HTML col标签

📅  最后修改于: 2020-11-04 00:50:43             🧑  作者: Mango

HTML标签

HTML标签用于为其中的每个列指定通用列属性HTML表格中的元素。

当需要为每个列单元格应用通用样式规则而不是单独应用时,标记很有用。

句法


注意:在HTML中标记不需要结束标记,但在XHTML中需要结束标记标签。

以下是有关HTML的一些规范标签

Display Inline
Start tag/End tag Start tag(Empty tag)
Usage HTML tables

例子1




    Col tag


Example of Col Tag

Roll No. Name Maths Science
1 Avinash 68 54
2 Neha 65 61
3 Jenny 55 78
4 Vivek 75 52

输出:

属性:

特定于标签的属性

Attribute Value Description
align
  • left
  • center
  • right
  • justify
  • char
It specifies the horizontal alignment of each column cell.
(Not supported in HTML5).
char character It specifies the alignment of content based on Characters in a column. It will be ignored if align is not set to char. (Not supported in HTML5).
charoff number It sets the number of characters to offset the column data from the alignment character specified by the char attribute. (Not supported in HTML5).
span number It specifies the number of the columns which a
valign
  • top
  • middle
  • bottom
  • baseline
It specifies the vertical alignment of the columns.
(Not supported in HTML5).
width
  • %
  • Pixels
  • relative_length
It specifies the width of the column.
(Not supported in HTML5).

全局属性

HTML标记支持HTML中的所有全局属性。

事件属性

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

支持的浏览器

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