2.1.3.1.4 HTMLTAG Destination Group

The HTMLTAG destination group encapsulates HTML fragments that cannot be directly represented in RTF.<4>

 ; \*\htmltag[HTMLTagParameter][CONTENT]
 HTMLTAG = %x5C.2A.5C.68.74.6D.6C.74.61.67 [HTMLTagParameter] [CONTENT]
 HTMLTagParameter = *3DIGIT
  
 ; A space MUST be used to separate the CONTENT HTML fragment 
 ; from the HTMLTagParameter HTML fragment if the text
 ; starts with a DIGIT, or if the HTMLTagParameter HTML fragment 
 ; is omitted.
  
 CONTENT = [SP] *VCHAR

For example, "<FONT face="symbol">" would be specified in the CONTENT HTML fragment as follows: "\*\htmltag148 <FONT face="symbol">".