Getting HTML script to show up on the page

How do i get HTML script to show up on the actual page, like a href=http://www.htmlforums.com/archive/index.php/"http://wwww.aol.com a/. But dont u use something like pre /pre before and after the script you want to appear on the page?<br />
<br />
Thanks,<br />
cokacola650<!--content-->You can use ISO characters. You can find a list at <!-- m --><a class="postlink" href="http://hotwired.lycos.com/webmonkey/reference/special_characters/">http://hotwired.lycos.com/webmonkey/ref ... haracters/</a><!-- m -->. />
all tags <b> ignored here<br />
</xmp><br />
<br />
Note that xmp is a depreciated tag so there is no guarantee of continued suppor in future browsers.<!--content-->I think the simplest way would just be <pre>HTML can go here</pre><br />
<br />
I haven't tried that, but I think that assumes that it is preformatted.<!--content-->Oops, that won't work. You could also have it in a textarea.<!--content-->I find it easiest to put it in a text area too.<br />
<br />
Or if its long scripts you could have it in a .txt<!--content-->
 
Back
Top