| Tag | Definition |
|---|---|
| <P> | a plain paragraph; provides a double return; (</P>is optional) |
| <BR> | a line break; provides a single carriage return |
| <HR> <HR align=left|right|center> <HR size=?> <HR width=?> |
a horizontal rule; Netscape extensions for alignment, size and width; More on <HR> |
| <PRE>...</PRE> |
displays text as-is but in a monospaced format as you see here |
| <BLOCKQUOTE>...</BLOCKQUOTE> | used to indent long quotations |