In case the user inputs more lines than
permitted, the browser will allow the scrolling of the area.
Value type: Number
rowspan The number of rows that is spanned by the current cell. The default value is 1;
the value 0 means that the cell spans all rows form the current to the last in the
table section ( thead , tbody , tfoot , or table if no section is defined).
Value type: Number
rules Specifies which rules will appear between rows and columns within a table.
The default value is null. See also the frame and border attributes.
Acceptable values:
none : No rules are displayed.
groups : Rules appear only between row groups ( thead , tfoot and tbody )
and column groups ( colgroup and col ).
rows : Rules appear only between rows.
cols : Rules appear only between columns.
all : Rules appear between all rows and columns.
scheme This attribute names a scheme to be used to interpret the property ??™ s value. It is
used in association with the profile attribute.
Value type: CData
scope Specifies the set of cells for which the current cell header provides heading
information.
Pages:
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110