Text Codes/Creating Text

paragraph alignment to the right

<p align="right">paragraph alignment to the right</p>

paragraph alignment to the left

<p align="left">paragraph alignment to the left</p>

paragraph alignment in the center

<p align="center">paragraph alignment in the center</p>

Font size 1 <font size="1"> Font size 2 <font size="2"> Font size 3 <font size="3"> .....and so on..... <font color=""> You can use RGB, Hex or name codes.

<p> Skip Line/Next Paragraph. <br> Next Line.

Arial

<font face="Arial"> Courier <font face="Courier"> MS Seril <font face="MS Seril"> .....and so on.....
Other Examples: Tahoma, Times New Roman

ITALIC

<i>ITALIC</i> SLASHOUT <s>SLASHOUT</s> BOLD <b>BOLD</b> UNDERLINE <u>UNDERLINE</u> TYPEWRITER <tt>TYPEWRITER</tt>
Indent
<dl><dd>Indent</dl></dd> SUBSCRIPT <sub>SUB</sub>SCRIPT SUPERSCRIPT <sup>SUPER</sup>SCRIPT

BACK

Untitled