HTML element: <caption>
The <caption> element provides a description for a table. The <caption> element must be inserted immediately after the <table> element.
By default, the BlackBerry® Browser renders the enclosed text in normal font.
Common attributes
The <caption> element supports the class, dir, id, lang, style, and title attributes.
For more information, see Common attributes.
Event attributes
The <caption> element supports the onclick, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, and onmouseup events.
For more information, see HTML event attributes.
Parent topic: HTML elements