| Contents | Introduction | Updates | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | A | B | C | D | E | F | G | H | I | J | K | Glossary |
Most HTML which changes the appearance of text consists of a pair of codes enclosed in less than and greater than symbols. Some HTML codes (such as the <br> code) work with a single code instead of a pair. The following table demonstrates several common HTML text codes.
| HTML Code | Appearance |
|---|---|
| <b>This is bold text</b> | This is bold text |
| <i>This is italic text</i> | This is italic text |
| <tt>This is typewriter text</tt> | This is typewriter text |
| <font size="+1">This changes the font size</font> | This changes the font size |
| Placing <br> in a line causes a line break (carriage return) | Placing a in a line causes a line break (carriage return) |
| <font color="red">This changes the font color</font> | This changes the font color |
xxLINKxx(mailto:joe@noplace.org,Send email to Joe)produces:
Send email to Joe