How can I display HTML code on an HTML page?
- by Azzyh
Example of what I want to have on my page:
To make an title to your website insert <title> and end with </title>. If you want to use a div box then type <div> and end with </div> ..
As you can see, I don't want it to interpret the html, but display it.