I am trying to display some HTML code on an HTML rendered page. Is there a tag that will let me do this? I am using <PRE> but it still renders other embedded HTML tags within the <PRE> tags. I want to be able to write <table><tr><td>... etc without the table being created.
Will I have to resort to using escape sequences like & gt ; and & lt ; to hide the tags?
Thanks!
Will I have to resort to using escape sequences like & gt ; and & lt ; to hide the tags?
Thanks!