| Tag | What it Does | Example Code | Example Output |
| <p> | Double Line break. | paragraph 1<p>paragraph 2 | paragraph 1 paragraph 2 |
| <br> | Single Link break. | this is line one<br>this is line two | this is line one this is line 2 |
| <b> </b> | Bold | this is <b>bolded text</b> | this is bolded text |
| <i> <i> | Italicize | this is <i> italicized text</i> | this is italicized text |
| <ul> <li> </ul> | Unordered list | the ul tag indicates the beginning <ul> <li> list item one <li> list item two <li> list item three </ul> and the /ul indicates the end | the ul tag indicates the beginning
|
| Code | Description |
| < | < Less than symbol |
| > | > Greater than symbol |
| & | & Ampersand |
| " | " Quotation mark |
| ° | ° Degree sign |