I want to display code characters on an HTML page. But no matter what I try it always renders HTML characters. pre
or code
doesn't work. How can I do this?
The <xmp>
tag doesn't require the contents to be escaped.
eg:
<xmp>
<p>Blah </p>
</xmp>
...will look like this on your screen:
<p>Blah </p>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With