HTML Highlighting Procedures
The following table describes HTML highlighting procedures:
| 
 Procedure  | 
 Description  | 
|---|---|
| 
 html_blink  | 
 Marks the start of blinking style text by using the HTML <BLINK> tag. Syntax: 
Attributes: Defines the HTML attributes that are incorporated inside the HTML <BLINK> tag. Example: 
 | 
| 
 html_blink_end  | 
 Marks the end of blinking style text by using the HTML </BLINK> tag. Syntax: 
 | 
| 
 html_cite  | 
 Marks the start of text in citation style by using the HTML <CITE> tag. Syntax: 
Attributes: Defines the HTML attributes that are incorporated inside the HTML <CITE> tag. Example: 
 | 
| 
 html_cite_end  | 
 Marks the end of text in citation style by using the HTML </CITE> tag. Syntax: 
 | 
| 
 html_code  | 
 Marks the start of text in code style by using the HTML <CODE> tag. Syntax: 
Attributes: Defines the HTML attributes that are incorporated inside the HTML <CODE> tag. Example: 
 | 
| 
 html_code_end  | 
 Marks the end of text in code style by using the HTML </CODE> tag. Syntax: 
 | 
| 
 html_kbd  | 
 Marks the start of text in keyboard input style by using the HTML <KBD> tag. Syntax: 
Attributes: Defines the HTML attributes that are incorporated inside the HTML <KBD> tag. Example: 
 | 
| 
 html_kbd_end  | 
 Marks the end of text in keyboard style by using the HTML </KBD> tag. Syntax: 
 | 
| 
 html_samp  | 
 Marks the start of text in sample style by using the HTML <SAMP> tag. Syntax: 
Attributes: Defines the HTML attributes that are incorporated inside the HTML <SAMP> tag. Example: 
 | 
| 
 html_samp_end  | 
 Marks the end of text in sample style by using the HTML </SAMP> tag. Syntax: 
 | 
| 
 html_strike  | 
 Marks the start of text in strikethrough style by using the HTML <STRIKE> tag. Syntax: 
Attributes: Defines the HTML attributes that are incorporated inside the HTML <STRIKE> tag. Example: 
 | 
| 
 html_strike_end  | 
 Marks the end of text in strikethrough style by using the HTML </STRIKE> tag. Syntax: 
 | 
| 
 html_sub  | 
 Marks the start of text in subscript style by using the HTML <SUB> tag. Syntax: 
Attributes: Defines the HTML attributes that are incorporated inside the HTML <SUB> tag. Example: 
 | 
| 
 html_sub_end  | 
 Marks the end of text in subscript style by using the HTML </SUB> tag. Syntax: 
 | 
| 
 html_sup  | 
 Marks the start of text in superscript style by using the HTML <SUP> tag. Syntax: 
Attributes: Defines the HTML attributes that are incorporated inside the HTML <SUP> tag. Example: 
 | 
| 
 html_sup_end  | 
 Marks the end of text in superscript style by using the HTML </SUP> tag. Syntax: 
 |