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 ``ñ.''