This function and procedure generates the <S> and </S> tags, which render the text with a strikethrough.

Syntax

The following is the syntax for HTP:

HTP.S(
   ctext          IN       VARCHAR2
   cattributes    IN       VARCHAR2   DEFAULT NULL);

The following is the syntax for HTF:

HTP.S(ctext, cattributes) RETURN VARCHAR2;

Parameters

ParameterPurpose
ctextThe text to render with a strikethrough
cattributesOther attributes to include as is in the tag