HTML flows all text together eliminating line spaces and paragraph breaks unless tags are inserted. To maintain paragraphing and create lists, special tags are used:
paragraph: <p> </p> - causes a blank line to be inserted between the paragraphs.
line break: <br> - causes a carriage-return/line-feed to be inserted.
The non-breaking-space ( ) is used to force the browser to insert white space,
...like at the beginning of this line.
is especially useful in generating borders for table cells that are otherwise empty:
| NOT EMPTY CELL | Cell below is empty | Cell below uses |
| !MT |
Some characters have special meanings in HTML and need special treatment:
& displays &
< displays <
> displays >
The ampersand (&) and semicolon (;) are also used to create special characters:
" displays the double-quote sign "
© displays the "copyright" sign © - or -
∓#169; displays the "copyright" sign ©
∓#174; displays the "registered" sign ®
Here's some links to lists of special characters:
This page is maintained by RUSSELL HOLDER and
does not represent any views or policies of and is not affiliated
in any way with my employer.
Last update: 03APR98 0644HRS RAZ