Site hosted by Angelfire.com: Build your free website today!




<BGSOUND loop="1" src="images/Kismet.mid">





Go to Angelfire






Back to Main Page






E-mail Me! Click Here!

Special HTML Symbols and ALT Key Symbols


Leaving notes inside HTML (That won't show up on a Browser Screen).

If you are just starting out in HTML, you may find it useful to leave notes in your HTML code for future reference. Unfortunately, these will show up as text if they are not entered properly.

To do this, surround the text in question with <!-- and -->
For example: <!--I want to remember how this works-->

Special HTML Symbols

As you likely know by now, there are certain symbols that are part of HTML encoding, and/or not in the regular keyboard. These are copyright, trademark, and registered symbols, and ALT key symbols, extra spaces, ",&, >, and <. Sometimes these will show up if you just type them, but more often than not, the browser will assume that they are part of an incoplete HTML statement, and either ignore them, or otherwise glitch the page. In the case of spaces, HTML will simply ignore them unless you are using pre-formated text.

To Get This... Type this... Example
Quotation Mark &quot; "
"Greather-Than" Symbol &gt; >
"Less-Than" Symbol &lt; <
"Registered" Symbol &reg; ®
"Copyright" symbol &copy; ©
"Trademark" symbol &trade;
Ampersand &amp; &
One Extra Space &nbsp;  
Any ALT key symbol &#xxx; (Where 'xxx' are the ALT key numbers). {
This is &#123;
Click here to view a table showing all
383 ALT key numbers.

Click a link below to jump to that page
Main Page Basic HTML Change Your Page's Colors
Changing Text Styles Changing Fonts Size, Face, and Color Centering, Line Breaks, Paragraphs, and more
Marquees Setting up Links & Hypertext E-mail Links
Building and Using Lists Special HTML Symbols Make Downloads Availible on Your Site
Headers and Title Lines Adding Graphics/Graphics as Links Basic Dividers
Adding Background Music All About Tables Common HTML Errors
Customizable Forms Setting Up Your Page in FramesCascading Style Sheets