| To See This: | _TYPETH: |
| Bold | <b>bold</b> |
| _ITALICS | <i>italics</i> |
| _UNDERLINE | <u>underline</u> |
Strikethrough | <s>strikethrough</s> |
| BIG size | <big>Big</big> size |
| SMALL size | <small>Small</small> size |
| _HYPLKTO Bahu | Hyperlink to <a href="http://www.bahu.com">Bahu</a> |
A Bulleted List:
|
A Bulleted List:
<ul>
<li>One Item</li>
<li>Another Item</li>
</ul> |
An Ordered List:
- First Item
- Second Item
|
An Ordered List:
<ol>
<li> First Item</li>
<li> Second Item</li>
</ol>
|
The following quote is special:Because it is indented | The following quote is special:
<blockquote>Because it is indented</blockquote> |
Heading 1
Heading 2
Heading 3
|
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
|