Views:
Question:
How can I use HTML Formatting Text at the Workflow Designer?
 
Answer:
Please refer to the following examples to configure the Style from the Emails: 
 
<p style="color :red; "> Red Text </p>  
<p style="color :blue; "> Blue Text </p>  
<p style="color :green; "> Green Text </p>  
<b>Bold</b>
<strong>Important text</strong>
<i>Italic text</i>
<em>Emphasized text</em>
<mark>Marked text</mark>
<small>Smaller text</small>
<del>Deleted text</del>
<ins>Inserted text</ins>
<sub>Subscript text</sub>
<sup>Superscript text</sup>
 
In the Emails, it looks as the following;
 
Red Text
Blue Text
Green Text
Bold
Important text
Italic text
Emphasized text
Marked text
Smaller text
Deleted text
Inserted text
Subscript text
Superscript text
 
KBA is applicable to both Cloud and On-premise Organizations