Representing special characters in HTML |
|
If you want to display certain characters in an HTML document, it is necessary to use escape sequences. For each of the characters in the left-hand column below, substitute the group of characters in the right-hand column.
< <
> >
& &
For example, to display the text ``<code>'' use
``<code>''.
See the next topic for international characters such as ``Ô'' and ``ñ.''
|
John Shipman, john@nmt.edu
Last updated: 1996/11/01 18:11:34 UT URL: http://www.nmt.edu/tcc/help/html/specials.html |
|