how to display hyperlink as code?

I am trying to provide an example of how to write the code for a hyperlink. How can I get it to appear as code rather than a hyperlink in the browser? Is there some html tag that would accomplish this? Does anyone know an easy way to do it?<!--content-->Welcome to the forums.<br />
<br />
You might consider trying SimpleCode (<!-- m --><a class="postlink" href="http://wootest.net/simplecode.htm">http://wootest.net/simplecode.htm</a><!-- m -->). Essentially, it does all the work you'd usually have to do by replacing common characters used in code with their HTML entity counterparts.<!--content-->I think you want this<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"url.com"><!--content-->SimpleCode seems like a good tool, I'd use it, but just so you know what it does is change lesser than and greater than symbols, which are used to define (X)HTML markup, and change them into their respective entities, &lt; and &gt;,<!--content-->That works! Thanks people.<!--content-->
 
Back
Top