Formatting Tags I Use
- <b> (bold)
- <big> (increases font one size)
- <blink> (even though it drives me crazy)
- <blockquote> (large block of quoted text)
- <br / > (add blank lines and space)
- <center> (now I use div)
- <code> (computer code)
- <dd> (definition list description)
- <div> (alignment or CSS)
- <dl> (definition list)
- <dt> (definition list term)
- <em> (emphasis - rarely)
- <font> (font face, size, or color)
- <i> (italics)
- <kbd> (command line stuff)
- <li> (list item)
- <nobr> (keep stuff together)
- <ol> (numbered list)
- <p> (paragraph spacing)
- <plaintext> (plaintext - html ignored for special cases)
- <pre> (screen or printer output, etc.)
- <small> (decreases font one size)
- <strike> (strike-out text)
- <strong> (strong emphasis)
- <sub> (formulas, etc.)
- <sup> (formulas, dates, etc.)
- <tt> (typewriter stuff)
- <ul> (unnumbered lists)
|