Next / Previous / Index / TCC Help System / Publications / Site map / NM Tech homepage

Representing special characters in HTML

Tech Computer Center logo

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.

    <   &lt;
    >   &gt;
    &   &amp;

For example, to display the text ``<code>'' use ``&lt;code&gt;''.

See the next topic for international characters such as ``Ô'' and ``ñ.''


Next: ISO-1 Latin entities in HTML
See also: The Web's source language: basic HTML
Previous: Including pictures and files in HTML
Site map
Index: Keyword index to help pages
Help: New Mexico Tech Computer Center: Help System
TCC Publications
Home: About New Mexico Tech

John Shipman, john@nmt.edu

Last updated: 1996/11/01 18:11:34 UT
URL: http://www.nmt.edu/tcc/help/html/specials.html