HTML and CSS Reference
In-Depth Information
Element/Attribute
Description
ƒƒƒdatapagesize=
ƒƒƒ” integer
Sets the number of records displayed within the table (IE only)
ƒƒƒdatasrc=” url
Provides the URL or ID of the data source bound with the table (IE only)
ƒƒƒframe=” frame
Specifies the format of the borders around the table where frame is above,
below, border, box, hsides, lhs, rhs, void, or vside (obsolete)
ƒƒƒrules=” rules
Specifies the format of the table's internal borders or gridlines where rules is
all, cols, groups, none, or rows (obsolete)
ƒƒƒsummary=” text
Supplies a text summary of the table's content
ƒƒƒwidth=” integer
Specifies the width of the table in pixels (obsolete)
<tbody>ƒ</tbody>
Encloses the content of the Web table body
ƒƒƒalign=” align
Specifies the alignment of the contents in the cells of the table body where
align is left, center, right, justify, or char (obsolete)
ƒƒƒchar=” char
Specifies the character used for aligning the table body contents when the align
attribute is set to “char” (obsolete)
ƒƒƒcharoff=” integer
Specifies the offset in pixels from the alignment character specified in the char
attribute (obsolete)
ƒƒƒvalign=” align ”ƒ
Specifies the vertical alignment of the contents in the cells of the table body
where align is baseline, bottom, middle, or top (obsolete)
<td>ƒ</td>
Encloses the data of a table cell
ƒƒƒabbr=” text
Supplies an abbreviated version of the contents of the table cell (obsolete)
ƒƒƒalign=” align
Specifies the horizontal alignment of the table cell data where align is left, cen-
ter, or right (obsolete)
ƒƒƒbgcolor=” color
Specifies the background color of the table cell (obsolete)
ƒƒƒchar=” char
Specifies the character used for aligning the table cell contents when the align
attribute is set to “char” (obsolete)
ƒƒƒcharoff=” integer
Specifies the offset in pixels from the alignment character specified in the char
attribute (obsolete)
ƒƒƒcolspan=” integer
Specifies the number of columns the table cell spans
ƒƒƒheaders=” text
Supplies a space-separated list of table headers associated with the table cell
ƒƒƒheight=” integer
Specifies the height of the table cell in pixels (obsolete)
ƒƒƒnowrap=”nowrap”
Disables line-wrapping within the table cell (obsolete)
ƒƒƒrowspan=” integer
Specifies the number of rows the table cell spans
ƒƒƒscope=”col|colgroup
ƒƒƒ|row|rowgroup”
Specifies the scope of the table for which the cell provides data (obsolete)
ƒƒƒvalign=” align
Specifies the vertical alignment of the contents of the table cell where align is
top, middle, or bottom (obsolete)
ƒƒƒwidth=” integer
Specifies the width of the cell in pixels (obsolete)
<textarea>ƒ</textarea>
Marks the enclosed text as a text area input box in a Web form
ƒƒƒautofocus=”autofocus”
Specifies that the text area is to receive the focus when the page is loaded
(HTML5)
ƒƒƒdatafld=” text
Specifies the column from a data source that supplies bound data for the text
area box (IE only)
ƒƒƒdataformatas=”html|
ƒƒƒplaintext|text”
Specifies the format of the data in the data source bound with the text area box
(IE only)
Search WWH ::




Custom Search