| ype | Choice | function |
|---|---|---|
| Physical styles | <B> | Make text bold. |
| <I> | Make text italic. | |
| <U> | Make text underline. | |
| <Strike> | Make text |
|
| <Sup> | Make text superscript. | |
| <Sub> | Make text subscript. | |
| Teletype | Make text teletype. | |
| Logical styles | <Strong> | Indicate the text is very important. |
| <Em> | Indicate the text is important. | |
| <Cite> | Indicate that the text is from a book or other document. | |
| <Address> | Indicate that the text is an address. | |
| <Dfn> | Indicate that the text is a definition. | |
| <Samp> | Indicate that the text is a sequence of literal characters. | |
| Keyboard | Indicate that the text is keyboard input. | |
| <Var> | Indicate that the text is a variable. | |
| <Code> | Indicate that the text is code. |
| Font | Choice | Function |
| Face | Default | Make text display in the default font (Times New Roman) of the Web browser. |
| Family | Type a list of fonts separated by commas (for example, Helvetica, Arial, Courier). The text will display in the first listed font found on the browser's system. | |
| (Font name) | Make the text display in the font specified. (If the font is not available on the browser's system, another font will be substituted.) | |
| Size | 1 through 7 (3 is the default) | Format text with 7 sizes where 7 is the largest size and 1 is the smallest. |
| Increase | Format text with the largest size (same as 7). | |
| Decrease | Format text with the smallest size (same as 1). | |
| Color | "#xxxxxx" or: White, Red, Blue and Others | Make the text a different color. |
The tags below have the effect shown on the text in between.
<U>underlined text</U> <B>bold text</B> <I>Italicized text</I> <BIG>Big text</BIG> <SMALL>small text</SMALL> <TT>Monospaced typewriter text</TT> <BLINK>
posted @ 2009-11-07 08:19 Sum_yang 阅读(13549) 评论(0) 编辑