Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

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

You are here: irt.org | FAQ | HTML | Q2016 [ previous next ]

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;

©2018 Martin Webb