We have some HTML code, which we would like to show in raw source format when the user clicks a certain link on the browser. How do we prevent the link contents to be interpreted by the HTML browser?
I am trying to use the same HTML file to render as well as shown in the source format.