HTML Tutorials for the Complete Idiot
Has Relocated to a New Domain!
MyHTMLTutorials.com


Please make changes to any of your links/favorites to point this new location.

You will automatically be redirected to the new site in 10 seconds.

 

Special Html Characters
The Amazing One of a Kind
& Command!

HTML Tutorials
By Jeff Walters

HTML Command Characters:

      The & command, you ask? Yes, the & (ampersand) command. There are a couple of characters that HTML uses specifically in it's commands. Every command begins with a < sign and ends with a > sign. These are reserved for HTML. To avoid confusion and still allow you to present these characters, the & command was created. Just as your browser reads between the < and > signs of each command, it also reads between the & and ; sign. Here are some examples.

CharacterHTML Code
&&amp;
<&lt;
>&gt;
"&quot;


Special HTML Characters:

       The & command allows you to make the characters reserved by HTML and it also allows you to make all kinds of special characters that are not found on your keyboard. Here are some examples. I know you will want to write these down.

CharacterHTML Code
Non-Breaking
Space
&nbsp;
©&copy;

Here are some which may or may not work, depending on your browser.

CharacterHTML Code
®&reg;
±&plusmn;
°&deg;
¢&cent;
£&pound;
¥&yen;
¼&frac14;
½&frac12;
¾&frac34;




HTML Tutorials for the Complete Idiot

[ Page Created December 11, 1997 ] [ Last Updated April 2, 2004 ]
Copyright ©1997 Jeff Walters. All rights reserved.

1