<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
  "http://www.w3.org/TR/REC-html40/strict.dtd"
<HTML>


 <HEAD>
  <TITLE>
   Special Characters
  </TITLE>
 </HEAD>
 <BODY>
Hypertext Skills Group
  <H1 ALIGN=Center>

  </H1>

Special Characters

  <P>

Web browsers may not display every character that can be generated on a computer correctly. In particular characters which are part of the "extended ASCII set" such as curly apostrophes and quotation marks should not be used.

  </P>
  <P>

Some characters need to be treated in a special way because they are part of the markup notation. These are "<", ">" and "&". If they are included in the text of a page it may confuse some browsers. Use "&lt;" instead of "<", "&gt;" instead of ">" and "&amp;" instead of "&". These special characters are used a great deal in The Naked Website.

  </P>
  <P>

The pound sign; "£" is displayed using "&#163;".

  </P>
  <HR>

  <P ALIGN=Center>
   <A HREF="contents.htm">

   </A>
  </P>

Contents

 </BODY>
</HTML>