th

Element Information

Model

Children: block, inline

Attributes

QName Type Fixed Default Use Inheritable Annotation
abbr XHTMLText optional
align restriction of xs:token optional
axis optional
char Character optional
charoff Length optional
class optional
colspan XHTMLNumber 1 optional
dir restriction of xs:token optional
headers xs:IDREFS optional
id xs:ID optional
lang XHTMLLanguageCode optional
rowspan XHTMLNumber 1 optional
scope Scope optional
style StyleSheet optional
title XHTMLText optional
valign restriction of xs:token optional

Used By

Element tr

Source

<xs:element name="th">
  <xs:complexType mixed="true">
    <xs:complexContent>
      <xs:extension base="Flow">
        <xs:attributeGroup ref="th.attlist"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>

Sample