The caption element defines nature or character of a table.
The caption may be inserted only directly under <table> tag.
Syntax:
<table><caption></caption><tr><td></td></tr></table>
Attributes:
- id, class (document-wide identifiers)
- lang (language information), dir (text direction)
- title (element title)
- style (inline style information)
- onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events)
Example
HTML table with caption element:
Comments
No comments have been made yet.
Please login to leave a comment. Login now