Platform SDK: Web Telephony Engine

TH

<TH
ABBR=text
CLASS=classname
COLSPAN=n
HEADERS=value-list
ID=value
ROWSPAN=n
STYLE=css1-properties
VOICEFILE=url
>

Creates a row or column heading in a table. The element is similar to the TD element but emphasizes the text in the cell to distinguish it from text in TD cells. The end tag is optional.

Attributes

ABBR= text
Specifies an abbreviated form of the cells data. If the attribute exists, it replaces all the content of the cell if in TTS mode.
CLASS= classname
Specifies the class of the element being defined. This is used to associate a subclassed style sheet with the element.
COLSPAN= n
Specifies how many columns in the TABLE this cell should span.
HEADERS= value-list
Specifies the list of header cells that provide header information for the current header cell. The value of the attribute is a space-separated list of cell ID attributes.
ID= value
An SGML ID used as the target for hypertext links or for naming particular elements in associated style sheets. Valid ID values must begin with a letter. The underscore ("_") can be used in the ID name. The ID should be unique throughout the document. If more than one object with the same ID exists in a document, a collection of those named items is created that can be referenced only by ordinal position.
ROWSPAN= n
Specifies the number of rows that this cell should span in the TABLE.
STYLE= css1-properties
Specifies an inline style sheet for the element.
VOICEFILE= url
Specifies the voice file attached with this element.

Remarks

This element is a block element.

Both the start and end tags are required.