|
|
Text Formatting Tags
<b> Defines bold text
<big> Defines big text
<em> Defines emphasized text
<i> Defines italic text
<u> Defines underlined text
<small> Defines small text
<strong> Defines strong text
<sub> Defines subscripted text
<sup> Defines superscripted textThe Most
Common Character Entities:
| Description |
Entity Name |
| non-breaking space |
|
| < less than |
< |
| > greater than |
> |
| & ampersand |
& |
| “ quotation mark |
" |
| ‘ apostrophe |
' |
| |
(does not work in IE) |
Some Other Commonly Used Character Entities:
| Description |
Entity Name |
| ¢ cent |
¢ |
| £ pound |
£ |
| ¥ yen |
¥ |
| § section |
§ |
| © copyright |
© |
| ® registered trademark |
® |
| × multiplication |
× |
| ÷ division |
÷ |
<font>
- Defines the font type, size and color
Attributes:
size=“1/2/3/4/5/6/7”
face=“font name”
color=“#rrggbb”
|