Suppose i need to write a website that gives a tutorial on html or codes.
<html><h1>Hello World</h1></html>
Then how can i write this code within it. i tried to use <code></code>
and even <pre></pre>
to enclose the html code so that it will not be intrepreted but it got intrepreted by the browser. So how can i display the html code within the html file in browser like a code sample..