How to display hex values as plain text in html?
How do is display the below hex value as plain text?
My code:
<p>This is a paragraph_</p>
Output:
In my html page, I want to display as "This is a paragraph_"
But this is rendered as "This is a paragraph_"
Please help.