How can I display HTML code on an HTML page?
Posted
by Azzyh
on Stack Overflow
See other posts from Stack Overflow
or by Azzyh
Published on 2010-04-20T15:18:09Z
Indexed on
2010/04/20
16:23 UTC
Read the original article
Hit count: 210
html
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.
© Stack Overflow or respective owner