|GETTING STARTED |HTML |GRAPHICS |ADD-ONS |FINAL TOUCHES |HELP |GEOHELP |HOME|

title image [5,553 bytes]

|ESCAPE CHARACTERS |FONTS |FORMS |FRAMES |HTML EDITORS |LINKING |LISTS |TABLES |TAGS
BASIC STRUCTURE

bar gif [1,869 bytes]

Have you ever wondered how people display actual HTML on a page? I mean if they were typing in HTML, wouldn't it actually show how it was meant to?
Enter - 'Escape Characters'!

If you are wanting to display the HTML on the page, you will need to use different characters to prevent the information from showing as working HTML.
For an example, say I wanted to show you the source for creating a link.

<A HREF="home.html">HOME</A>

If I typed it exactly how it looked then all that would show is:

HOME

To show the actual source I have used escape characters:

&lt; for the '<' &gt; for the '>'
&lt;A HREF="home.html"&gt;HOME&lt;/A&gt;

Most of these sets of characters start with the '&' and end with the ';'.

Below is a list of 'Escape Characters' that you may want to use if you are wanting to display HTML Source on your pages.

Here are some of the Major ones used

The Character Will look like Use the Text or Code
The Ampersand & &amp; &#38;
Less-than sign < &lt; &#60;
Greater-than sign > &gt; &#62;
Quotation Mark " &quot; &#34;
Non breaking space   &nbsp; &#160;
Registered Trademark ® &reg; &#174;
Copyright Sign © &copy; &#169;


[ UPDATES ][ DISCLAIMER ][ EMAIL ][ GEOCITIES ][ SILICON VALLEY ][ SITE MAP ][ HOME ]
site © of websister 1997/98