Connecting Tech Pros Worldwide Forums | Help | Site Map

how to make &lt; appear as it is, not as <

Newbie
 
Join Date: Oct 2008
Posts: 1
#1: Oct 29 '08
hi,

i'm a newbie here. need help on how to make &lt; appear as &lt; and
a&gt; appear as a&gt; without turning to the < and > sign, respectively.

just for knowledge

thanks

jobs

acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#2: Oct 29 '08

re: how to make &lt; appear as it is, not as <


You can use &amp; or its decimal equivalent in place of &: &amp;lt;
Reply