Symbols

Learn to create symbols in HTML.


A character entity is simply a simple sequence of characters that HTML interprets as a single symbol.
Here are a few of the most common examples.

&lt; makes the less than symbol used to open HTML tags (<)
&gt;makes the greater than symbol used to close HTML tags (>)

&nbsp; is a special code that stands for "non-breaking space"
This is a symbol that you have to add if you want more than one space at a time,
because browsers will make multiple spaces into a single space, unless instructed
to do otherwise using this special set of symbols.
(Hint:       Try stringing more than one of these t  o  g  e  t  h  e r.)

&copy; makes a copyright symbol
(Notice that you may replace "copyright" with © in your page footers.)

&amp; makes an ampersand symbol (&)
 

Practice using the above codes.

See Special Symbols Castro p.26 (alt. p. 25)
See Special Symbols Castro Appendix B pp. 307-310 (alt. pp. 353-356)


Lesley ECOMP 6009   © 1999 Mary Hopper mehopper@world.comUpdated 12/01/99