Is there an HTML tag that will display it's contents as a text node?
Example:
<tag><img src="pics/man.jpg"></tag>
This should be displayed like the following in a browser:
<tag><img src="pics/man.jpg"></tag>
|
|
|
Actually, HTML does provide such a tag. It's http://www.associatedcontent.com/article/473699/how_to_display_html_on_a_website_without.html?cat=59
|
|||
|
|
|
How about using the pre tag?
|
|||||||
|
|
No, there is not. XML and therefore XHTML let you write the following:
but HTML does not allow that. However, replacing all occurrences of |
|||||
|