text effects

note
- the fearther down the page the harder the codes.
- each new text code is indecated with a pillet point

BACK

  • bold
    <b>TEXT</b>

  • italic
    <i>TEXT</i>

  • italic and bold
    <i><b>TEXT</b></i>

  • under lined
    <u>TEXT</u>

  • italic, bold and underline
    <u><i><b>TEXT</b></i></u>

  • over line
    <span style="text-decoration: overline">TEXT</span>

  • over line and underline
    <span style="text-decoration: overline"><u>TEXT</u></span>

  • line through
    <s>TEXT</s>

  • centered
    <center>TEXT</center>

  • superscriptyour text
    <SUP>TEXT</SUP>

  • subscriptyour text
    <SUB>TEXT</SUB>

  • changecolour
    <font color="COLOUR">TEXT</font>

  • change background,highlight
    <span style="background-color: COLOR">TEXT</span>

  • changesize 7654321
    <font size="NUMBER">TEXT</font>

  • changefont
    websafe styles - Arial, Arial Black, Comic Sans MS, Courier New,
    Georgia, Impact, Times New Roman, Trebuchet MS, Verdana.
    <font face="NAME">TEXT</font>