Posted in Tutorial on August 25, 2009
  • Format text in bold:

The rule: <b> Your text in bold </ b>
Example: Your text in bold

  • How to format text in italics:
    The rule: <i> Your Italic text </ i>
    Example: Your text in Italics
  • Underlined text:
    The rule: <u>Your Text </ u>
    Example: Your Text underlined
  • Subscript Tag:
    The rule: <sub>Your Text to index </ sub>
    Example:This is the SubScript text.
  • How to format a superscript:
    The rule: <sup> Your Text stating </ sup>
    Example: Your texttext here
  • Strikethrough:
    The rule: <s> Your Text </ s>
    Example: Your Text
  • How to format a text with colors:
    <font color=”color code”> defines a text color and then ends with </ font>
    The rule: <font color=”#0000ff”> Your Text </ font>
    Example: Your Text Color