I am writing an html hint sheet in .JSPX and I want user to see
<b>
So, I write
<b>
OR
<b>
but both of these produce
<b>
as their output to the browser and everything afterwards goes bold.
What am I missing?
Thanks.
The JSPX parser is processing your entity.
You need to escape the &
to prevent that: &lt;