WebTextTag Element

Author-it XML Format

Description

Allows you to choose an HTML character tag that will be applied to the selected text. This allows browsers that don't support CSS to still render the text in a chosen format.

The WebTextTag element corresponds to the "Tag" field, on the Font sub-tab, on the HTML tab, of the Style object.

Attributes

Attribute Name

Optional

Data Type

inherited

Yes

Boolean

Parent Element

Style

Values

Data Type

Range

String

0 to 50 characters long.

Valid values:
'(none)
'BIG - Larger text
'CITE - Short citation
'CODE - Code fragment
'DFN - Definition of a term
'EM - Emphasized text
'KBD - Keyboard input
'SAMP - Sample text
'SMALL - Smaller text
'STRONG - Strongly emphasized
'SUB - Subscript
'SUP - Superscript
'VAR - Variable
'U - Underlined
'B - Bold
'I - Italics

Sample XML

<WebTextTag>(none)</WebTextTag>