HTML Safe List
Some fields within the system accept HTML tags. However, only the following HTML tags will be rendered. All other tags will not be rendered and the tags will display as text.
**For additional instructions regarding the inline styles attributes, the website below can be used as a reference.
Reference: http://www.w3schools.com/html/html_css.asp
See the Inline Styling (Inline CSS) section
- Example a: <h1 style="color:blue">This is a Blue Heading</h1>
- Example b: <p style="color:red">This is a red text paragraph</p>
- Example c: <a href="http://www.google.com" style="color:purple">This is a purple link with the underline because it is a link</a>
Tests can be made here: http://www.w3schools.com/html/tryit.asp?filename=tryhtml_css_inline