How to display HTML/XML tags code in webpage?
Method 1: Use the <xmp>tage to surround the HTML or XML code to be displayed as plain text. For example:
Method 2: Convert the <> to <>.
To display a simple link as code: <a href="http://www.simplelink.com">Here</a>
Would show as : <a href="http://www.simplelink.com">Here</a>
@ Simple Code Encoder SUPER great tool, i.e.
<system.web>
<urlMappings enabled="true">
<add url="~/About.aspx" mappedUrl="~/Site_Common/About.aspx"/>
<add url="~/Legal.aspx" mappedUrl="~/Site_common/Legal.aspx"/>
</urlMappings>
</system.web>