HTML element: <tfoot>
Availability
|
Full support as of BlackBerry®
Device Software version4.6.
|
The <tfoot> element defines a table footer. The <tfoot> element must contain at least one <tr> element.
Differences between HTML, XHTML, and XHTML-MP
XHTML-MP does not support the <tfoot> element.
Considerations
If you use the <tfoot> element within a <table> element, you must also use the <tbody> and <thead> elements as well.
Attributes
Attribute
|
Value(s)
|
Description
|
Supported in
|
align
|
center
char
justify
left
right
|
This attribute specifies the number of columns that the cell should span.
|
4.6 or later
|
valign
|
baseline
bottom
middle
top
|
This attribute specifies the vertical alignment of the content within the cell.
|
4.6 or later
|
Common attributes
|
—
|
The <tfoot> element supports the following common attributes:
- class
- dir
- id
- lang
- style
- title
|
4.6 or later
|
Event attributes
|
—
|
The <tfoot> element supports the following event attributes:
- onclick
- onkeydown
- onkeypress
- onkeyup
- onmousedown
- onmousemove
- onmouseout
- onmouseover
- onmouseup
|
4.6 or later
|
Index
Was this information helpful? Send us your comments.