<b> </b> bold
<i> </i> italics
<u> </u> underlines
<p> </p> defines a paragraph with a small space between paragraphs.
These tags provide special effects
<br> breaks to start a new line.
<hr> draws a horizontal rule or line across the page
___________________________________________________________
non breaking space; - put a protected space in your text
(note: must be in lower case, no capitals)
<ul> </ul> unordered list - place around a list of items for dot points
<ol> </ol> ordered list - place around for an ordered list 1. 2. 3. etc
<li> list item - place in front of each list item.
| Examples: | Looks Like: | |
| <ol type="a"> | if type="a" | if type ="i" |
| <li> wet | a) wet | (i) wet |
| <li> dry | b) dry | (ii) dry |
| </ol> | ||