Actually I need to a div
(an environment like IDE) for showing some code. exactly like stackoverflow when I write 4 space in back of the line:
Now I can see tags <span>, <p>, <div>, etc ... in the browser
Anyway, how can I print a <tag>
in the screen? (without translating by browser)
In other word, how can I see <span>
in the output in this fiddle?
s to >s, and don't try to fight the browser.– Paul Kienitz Oct 10 '15 at 15:53