I'm using the <pre>
tag for displaying source code on a website and now need to display some HTML. I don't want the user's browser to translate and display the HTML as HTML code, but simply display the source code.
How can I display HTML source code in a <pre>
tag (or equivalent) within a HTML website?
Thanks in advance.