HTML element: <tbody>
Availability
|
Full support as of BlackBerry®
Device Software version 4.6.
|
The <tbody> element defines a table body section.
Differences between HTML, XHTML, and XHTML-MP
XHTML does not support the <tbody> element.
Considerations
If you use the <tbody> element within a <table> element, you must also use the <tfoot> and <thead> elements.
Attributes
Attribute
|
Value(s)
|
Description
|
Supported in
|
align
|
center
char
justify
left
right
|
This attribute specifies the horizontal alignment of content in the cells of the table.
|
4.6 or later
|
valign
|
baseline
bottom
middle
top
|
This attribute specifies the vertical alignment of content in the cells of the table.
|
4.6 or later
|
Common attributes
|
—
|
The <tbody> element supports the following common attributes:
- class
- dir
- id
- lang
- style
- title
|
4.6 or later
|
Event attributes
|
—
|
The <tbody> 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.