Using HTML code in text fields

To do this, HTML tags are used directly in the text to format and design the content. For simple formatting, the functions Bold, Italics, or Underline are the most useful. The tags listed in Table 5 will cover most if not all of your requirements.
Table 5: Selection of HTML formatting tags

Tag
Description
Usage
Effect
<b>
The following text is shown in bold.
<b>Bold</b>
Bold
<i>
The following text is shown in italics.
<i>italics</i>
italics
<u>
The following text is shown underlined.
<u>underlined</u>
underlined
<s>
The following text is shownstruck out.
<s>struck out
</s>
struck out
<br />
A carriage return is inserted at this point in the text.
New <br />row
New
row

You can also use any other HTML tags.
Note: For further information about design options using HTML, we recommend consulting specialist publications or sites such as http://www.selfhtml.org/ (only partially in English).