Insert HTML tags to enhance the page: Insert Indent | Remove Indents Insert New Paragraph | Remove Paragraphs Insert Bold | Remove Bolds Insert Italics | Remove Italics HTML Hints (If you choose not to use the above links):
To make an indentation:
To force a line break: <br>
To separate a paragraph: <p>...</p>
To make something bold: <b>...</b>
To make something italicized: <i>...</i>
To change font to a different color: <font color="color">...</font>
To create a link: <a href="desired web address">...Description...</a>