http://qs321.pair.com?node_id=141422


in reply to how to force HTML to display as text

A quick way to embed literal HTML inside an HTML document is with an xmp tag. I would have put an actual example here, but apparently PerlMonks doesn't like the xmp tag. Here's how you would use it:
<xmp> HTML list example: <ul> <li>Thing One</li> <li>Thing Two</li> </ul> </xmp>

Of course, if the literal HTML contains an XMP tag, you've got problems. Encoding the angle brackets and ampersands is the most robust solution.

Replies are listed 'Best First'.
Re: Re: how to force HTML to display as text
by Summers_Azin_pr0n (Initiate) on Feb 02, 2002 at 01:11 UTC
    yes thank you all for your very insightfull responces but why the hell did my post get down voted? why not up?! comon I got 5 exp!!! I used to have 10! I WANT TO VOTE!