How To Use Text Tags

 

Start by giving you some tags to work with:

 

<b></b>   This is the tag for bold text.
Example:
<b>boldtext</b>


This will show up on your page like this:
boldtext

 

Here are a few more to start working with:

 

<u></u> Underline text
<u>Underlinetext</u>
Underlinetext

 

<i></i> Italics
<i>This is Italics</i>
This is Italics

 

<center></center>
<center>This centers text on the page</center>