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:
|
![]() |
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:
Use: |
![]() |
Quote | " " |
To get: "What goes up, comes down" Use: |
![]() |
Image | <img src=''> |
Insert an image.
Image must be on a network or internet. <img src="https://metagenes.tripod.com/images/forum_compose.gif''> |