The Mudcat Café TM
Thread #36388   Message #516560
Posted By: MudGuard
28-Jul-01 - 04:34 AM
Thread Name: HTML Practice Thread
Subject: RE: HTML Practice Thread
in HTML the following characters need to be coded if they should appear in text:

& &
< &lt;
> &gt;
" &quot;

All other characters with a code between 32 and 127 may be coded, but there is no need to. All characters with codes between 128 and 255 are code-page-dependant (i.e. what is shown in the browser depends on what codepage is defined for the html file) All characters with codes above 255 must be coded.