Buttons Stands for Code Example
Bold <b>  </b> To get:
Welcome!


Use:
          <b>Welcome!</b>
Italic <i>    </i> To get:
AB07

Use:            <i>AB07</i>
Underline <u>   </u> To get:
Mr Justin

Use:            <u>Mr Justin</u>
Align centre <div align='center'></div> <div align='center'>This text will be aligned to the centre</div>
Align right <div align='right'></div> <div align='right'>This text will be aligned to the right</div>
Hyperlink <a href='http://'></a> <a href='http://www.yahoo.com'></a>
Paragraph <p>   </p>  OR <p> <p>Yeah! Man</p> <<<creates a new paragraph without leaving line.

To leave a line: <p>

Code <code>      </code> For web developers or programmers to show a section of code. Example:

<code>
.CursorType = adOpenDynamic
.Password = "XXXXX"
.ConnectionString = "Driver={Microsoft Access Driver (*.mdb)};" & _
"Dbq=//b.domaindlx.com/metagenes/ab07.mdb;" & _
"Uid=Admin; Pwd="

.RecordSource = "Select * From Ab07"
.ConnectionTimeout = 60
.Mode = adModeReadWrite
</code>

Table <table><tr><td>    </td></tr></table> Inserts a table. <table><tr><td>Hello!!!</td></tr></table>
Mailto <a href='mailto:'></a> Insert a link to email address.
<a href='mailto:justin@tp.edu.sg'></a>
List <ul><li>     </ul> To get:
  • Item 1
     
  • Item 2

Use:
<ul><li>Item 1</ul>
<ul><li>Item 2</ul>

Quote &quot;   &quot; To get:
"What goes up, comes down"

Use:
&quot;What goes up, comes down&quot;

Image <img src=''> Insert an image. Image must be on a network or internet.

<img src="https://metagenes.tripod.com/images/forum_compose.gif''>