| Add a blank line: | <br> or <p> |
| Add a link: | <a href="http://www.yahoo.com/">yahoo</a> |
| Add an image: | <img src="yahoo.com/img.jpg"> |
| Putting an image inside a link: | <a href="http://www.yahoo.com/"><img src="yahoo.com/img.jpg"></a> |
| Putting an image inside a link with a fixed width: | <a href="http://www.yahoo.com/"><img src="yahoo.com/img.jpg" width="300"></a> |
Putting an image inside a link with text underneath: | <a href="http://www.yahoo.com/"><img src="yahoo.com/img.jpg"><br>picture c/o yahoo</a> |
| Bolding text: | <b>desired text</b> |
| Italicize text: | <i>desired text</i> |