< for the "less than" sign, > for the "greater than" sign, and & for the ampersand.
| Bold Text |
<b>Bold Text</b>
|
| Italic Text |
<i>Italic Text</i>
|
| Underlined Text |
<u>Underlined Text</u>
|
Large Heading |
<h1>Large Heading</h1>
|
Small Heading |
<h6>Small Heading</h6>
|
Monospace Text
|
<code>Monospace Text</code>
|
|
Horizontal Line |
<hr width=xx% align=left|right> Horizontal Line
|
|
Line Break |
Line <br> Break
|
|
Paragraph Break |
Paragraph <p> Break
|
|
|
<center>Centered Text</center>
|
|
<ul>
|
|
<ol>
|
|
<dl>
|
![]() Image |
<img src="file.gif" alt="Informative Text" align=left|right>
|
| Linked Text |
<a href="file.html">Linked Text</a>
|