Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q2016 How do I include the & < or > symbols in my text?

irt.org | Knowledge Base | HTML | Q2016 [ previous next ]

Q2016 How do I include the & < or > symbols in my text?

Usually the web browser interprets these characters as forming an html tag. To include these as an actual character, substitute these codes. Some characters have an alternate code which is easier to remember. Using <pre> and </pre> does NOT eliminate the need to use these codes.

& = &amp; or &#38;
< = &lt; or &#60;
> = &gt; or &#62;

You may also need to use these codes, in some situations.

" = &#34;
TAB = &#9;
space = &#32;
Line Feed = &#10;
Carriage Return = &#13;

Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.