| <address> ... </address> |
The enclosed text is an address. |
| <blockquote> ... </blockquote> |
The enclosed text is a block quotation. |
| <br> |
Break the current text flow and resuming at the beginning of the next line. |
| |
clear=margin |
Break the flow and move downward until the desired margin (left, right, or all) is clear. |
| <center> ... </center> |
Center the enclosed text |
| <div> ... </div> |
Create a division with in the document. |
| |
align=type |
Align the text within the division to left, center, or right. |
| <font> ... </font> |
Set the size or color of the enclosed text. |
| |
color=color |
Set the color of the enclosed text to the desired color. |
| |
face=list |
Set the typeface of the enclosed text tot he first available font in the comma-separated list of font names. |
| |
size=value |
set the size to absolute size 1 to 7, or relative to the <basefont> size using +n or -n.. |
| <hn> ... </hn> |
The enclosed text is a level n(1 to 6) header. |
| |
align=type |
Specify the heading alignment as either left+, center or right. |
| <nobr> ... </nobr> |
No breaks allowed in the enclosed text. |
| <p> ... </p> |
Start and end a paragraph. |
| |
align=type |
Align the text with in the paragraph to left, center, or right. |
| <plaintext> |
Render the remainder of the document as pre-formatted plain text |
| <pre> ... </pre> |
Render the enclosed text in its original pre-formatted style, honoring line breaks and spacing. |
| |
width=n |
Set size of the text so that n character fit across the display window. |
| <wbr> |
indicate a potential word break point within a <nobr> section. |