Sort of an appendix to the formatting document, though it's actually longer than the original post. Mark and I thought it best to split the formatting stuff up. He tells me he'll work on getting pagination set up for this document, but for now I'll just link to this message from the other one.
Anyway, only the following tags are valid on this site. Invalid tags like <marquee> or <blink> won't do anything, they'll just display like plain text.
| <a> | Creates a link to another document or web page |
| <b> | Makes your text bold |
| <blockquote> | Indents an entire block of text |
| <br> | Inserts a carriage return/line break |
| <center> | Centers your text |
| <code> | Puts your text in a monospaced font |
| <dd> | Indents text when used inside the <dl> tag |
| <div> | Represents different sections in text |
| <dl> | Starts a list of terms and definitions |
| <dt> | Defines a term in a <dl> list |
| <em> | Emphasizes italicized text |
| <font> | Allows you to specify the typeface, size, and color of your text |
| <form> | Defines a certain area as an input form |
| <h1> | Makes your text this size |
| <h2> | Makes your text this size |
| <h3> | Makes your text this size |
| <h4> | Makes your text this size |
| <h5> | Makes your text this size |
| <h6> | Makes your text this size |
| <hr> | Inserts a horizontal line |
| <i> | Makes your text italicized |
| <img> | Lets you insert images |
| <input> | Defines the field of input in a form |
| <li> | Puts a bulleted item in an un-ordered list |
| <ol> | Stars an ordered (numerical) list |
| <option> | Provides a list of items to choose from |
| <p> | Defines the beginning and ending of paragraphs |
| <pre> | Preformats blocks of text. Poets, take note: Text in the <pre> tag will interpret pressing "Return" once to be the same as a <br> tag. |
| <s> | Draws a line through text |
| <select> | Provides a list of items to choose from |
| <span> | Make a division around a block of text |
| <strong> | Makes text bold |
| <sub> | Makes text subscript |
| <sup> | Makes text superscript |
| <table> | Starts a table, like this one |
| <td> | In a table, creates a cell |
| <tt> | Displays text in a monospaced font |
| <textarea> | Creates an input box in a form |
| <th> | Specifies a table heading |
| <tr> | Creates a row in a table |
| <u> | Underlines your text |
| <ul> | Starts an unordered (bulleted) list |