📅  最后修改于: 2020-11-04 00:50:43             🧑  作者: Mango
HTML
注意:在HTML中
以下是有关HTML的一些规范
Display | Inline |
Start tag/End tag | Start tag(Empty tag) |
Usage | HTML tables |
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 |
|
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 |
|
It specifies the vertical alignment of the columns. (Not supported in HTML5). |
width |
|
It specifies the width of the column. (Not supported in HTML5). |
HTML
HTML
Element | Chrome | IE | Firefox | Opera | Safari |
Yes | Yes | Yes | Yes | Yes |