Use inline tags <b> </b>, <i> </i>, <u> </u>, <c>, </c>, <sub></sub>, <sup></sup> to make one or more character bold, italic, underlined, code, subscript or superscript as in the following example.
// This is a <b>bold word</b>.
// The next word is <i><u>italic and underlined</u><i/>
This text is rendered in the output as follows:
This is a bold word. The next word is
italic and underlined.