S

The <s> tag is inline markup within a <para> element. Any text it encloses is displayed with strong emphasis. It is used to mark a piece of text as being very important. Moderately important text should be marked up using the normal emphasis tag <e> .

Example

<sect1>

<para>

This is <s> important </s> text.

</para>

</sect1>

Definition

An <s> may only contain basic text.

Rendition

Strongly emphasised text should be displayed in bold at the same size and style as the surrounding text.

Sourceforge.net Valid XHTML Valid CSS