Center | <center> This will center</center>
Example: |
NEW PARAGRAPH | <p>
Example: 1st par 2nd par |
Bold | <b>This is bold</b>
Example: This is bold |
horizontal line | <hr>
Example: |
carriage return | <br>
Example: 1st line |
italic letters | <i>this is italic</i>
Example: this is italic |
Heading size 1 | <h1> Heading size 1 </h1>
Example: Heading size 1 |
Heading size 2 | <h2> Heading size 2 </h2>
Example: Heading size 2 |
Heading size 3 | <h3> Heading size 3 </h3>
Example: Heading size 3 |
Font size 1 | <font size="1">Font size 1 </font>
Example: Font size 1 |
Font size 2 | <font size="2">Font size 2 </font>
Example: Font size 2 |
Font size 3 | <font size="3">Font size 3 </font>
Example: Font size 3 |
Font size 4 | <font size="4">Font size 4 </font>
Example: Font size 4 |
Font size 5 | <font size="5">Font size 5 </font>
Example: Font size 5 |
Font color blue | <font color="blue">Blue Text </font>
Example: Blue Text |
Font color red | <font color="red">red Text </font>
Example: red Text |
Font color yellow | <font color="yellow">yellow Text </font>
Example: yellow Text |
Create a link | <a href="http://angelfire.com/il2/LOOT/index.html"></a>
Example: click here |
E-Mail Link | <a href="mailto:ST1D4@aol.com">ST1D4</a>
Example: ST1D4 |