tbody
Element information
Namespace: http://www.w3.org/1999/xhtml
Schema document: xhtml1-frameset.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- tr [1..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from group coreattrs | |
class | [0..1] | xsd:NMTOKENS | from group coreattrs | |
style | [0..1] | StyleSheet | from group coreattrs | |
title | [0..1] | Text | from group coreattrs | |
lang | [0..1] | LanguageCode | from group i18n | |
xml:lang | [0..1] | Anonymous | from group i18n | |
dir | [0..1] | Anonymous | from group i18n | |
onclick | [0..1] | Script | from group events | |
ondblclick | [0..1] | Script | from group events | |
onmousedown | [0..1] | Script | from group events | |
onmouseup | [0..1] | Script | from group events | |
onmouseover | [0..1] | Script | from group events | |
onmousemove | [0..1] | Script | from group events | |
onmouseout | [0..1] | Script | from group events | |
onkeypress | [0..1] | Script | from group events | |
onkeydown | [0..1] | Script | from group events | |
onkeyup | [0..1] | Script | from group events | |
align | [0..1] | Anonymous | from group cellhalign | |
char | [0..1] | Character | from group cellhalign | |
charoff | [0..1] | Length | from group cellhalign | |
valign | [0..1] | Anonymous | from group cellvalign |
Used in
- Anonymous type of element table
Sample instance
<tbody> <tr> <th>Any text, intermingled with: <p>Any text, intermingled with:... </p> </th> </tr> </tbody>