I am trying to get an HTML entity to display to the page without showing up as the symbol it represents. EX: I want to have < show up on the screen instead of <. I am doing this inside of a code window that I created on my page to show how HTML entities are used in the code itself. Is there a way that I can do this in HTML and if so how would I go about doing this?
<pre> <code> < </code> </pre>
&#60