<italic>
Summary
The <italic>
element can be used to italicize a span of text or provide some emphasis.
Other character-style elements: <bold>
, <monospace>
, <sup>
, <sub>
Usage context
Element category | character-style |
---|---|
PSML level | portable |
Permitted content | text and other character-style elements |
Permitted parent | |
HTML equivalent | <i> or <em> |
OpenXML equivalent | run with <w:i> property |
Attributes
This element does not have any attributes.
Examples
The following text:
<para>`Can't remember <italic>what</italic> things?' said the Caterpillar.</para>
Is rendered as:
`Can’t remember what things?' said the Caterpillar.
Schema
XML Schema
<xs:element name="italic" type="character-style"/>
Relax Schema
element italic { character-style }
Compatibility
This element was introduced in the first draft of PSML and is well-supported from PageSeeder 5.1.