<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Displaying HTML code inside an HTML document</title>
	<atom:link href="http://www.tech-recipes.com/rx/144/displaying-html-code-inside-an-html-document/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/144/displaying-html-code-inside-an-html-document/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 18:18:34 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: varinder</title>
		<link>http://www.tech-recipes.com/rx/144/displaying-html-code-inside-an-html-document/comment-page-1/#comment-12990</link>
		<dc:creator>varinder</dc:creator>
		<pubDate>Mon, 29 Jun 2009 14:11:04 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-12990</guid>
		<description>from where i can download the HTML ebook from internet.....&lt;br&gt;plz snd me link</description>
		<content:encoded><![CDATA[<p>from where i can download the HTML ebook from internet&#8230;..<br />plz snd me link</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: None</title>
		<link>http://www.tech-recipes.com/rx/144/displaying-html-code-inside-an-html-document/comment-page-1/#comment-1005</link>
		<dc:creator>None</dc:creator>
		<pubDate>Tue, 09 Nov 2004 08:22:04 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-1005</guid>
		<description>Don&#039;t you mean to use the &lt;XMP&gt; tag?

It&#039;s depreciated but it&#039;s the only way I know of displaying  HTML  in a page.  The standards people want you to use &lt;PRE&gt; tags but they don&#039;t stop browsers interpreting the block.

See here for more details: http://www.w3schools.com/tags/tag_pre.asp

Cheers

None</description>
		<content:encoded><![CDATA[<p>Don&#8217;t you mean to use the &lt;XMP&gt; tag?</p>
<p>It&#8217;s depreciated but it&#8217;s the only way I know of displaying  HTML  in a page.  The standards people want you to use &lt;PRE&gt; tags but they don&#8217;t stop browsers interpreting the block.</p>
<p>See here for more details: <a href="http://www.w3schools.com/tags/tag_pre.asp" rel="nofollow">http://www.w3schools.com/tags/tag_pre.asp</a></p>
<p>Cheers</p>
<p>None</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wav syntax</title>
		<link>http://www.tech-recipes.com/rx/144/displaying-html-code-inside-an-html-document/comment-page-1/#comment-234</link>
		<dc:creator>wav syntax</dc:creator>
		<pubDate>Tue, 06 Jul 2004 03:46:03 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-234</guid>
		<description>just include the blank tag with the slash in it &quot;&lt;/&gt;&quot; before the inner contents of the actual displayed tag.
&lt;code&gt;
&lt;&lt;/&gt;a href=&quot;http&#58;//tech-recipes.com&quot;&gt;tech-recipes&lt;&lt;/&gt;/a&gt; 
&lt;br&gt;this is a link.&lt;/code&gt;


this is the only working example that ive come accross once and for all,
this is the best way to do it.</description>
		<content:encoded><![CDATA[<p>just include the blank tag with the slash in it &#8220;&lt;/&gt;&#8221; before the inner contents of the actual displayed tag.<br />
<code><br />
&lt;&lt;/&gt;a href=&quot;http&#58;//tech-recipes.com&quot;&gt;tech-recipes&lt;&lt;/&gt;/a&gt;<br />
&lt;br&gt;this is a link.</code></p>
<p>this is the only working example that ive come accross once and for all,<br />
this is the best way to do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tech9</title>
		<link>http://www.tech-recipes.com/rx/144/displaying-html-code-inside-an-html-document/comment-page-1/#comment-196</link>
		<dc:creator>tech9</dc:creator>
		<pubDate>Fri, 28 May 2004 10:47:34 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-196</guid>
		<description>Everything after the &lt;plaintext&gt; tag is plain text including my &lt;/plaintext&gt; tag and everything after that.  Is there any other way to do this easily?

Dave</description>
		<content:encoded><![CDATA[<p>Everything after the &lt;plaintext&gt; tag is plain text including my &lt;/plaintext&gt; tag and everything after that.  Is there any other way to do this easily?</p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rex</title>
		<link>http://www.tech-recipes.com/rx/144/displaying-html-code-inside-an-html-document/comment-page-1/#comment-54</link>
		<dc:creator>Rex</dc:creator>
		<pubDate>Sun, 11 Jan 2004 17:28:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-54</guid>
		<description>One way to do this is to use the &lt; plaintext &gt; tag:

&lt;code&gt;&lt;plaintext&gt;Here is a link&#58; &lt;a href=&quot;http&#58;//tech-recipes.com&quot;&gt; tech-recipes&lt;/plaintext&gt;&lt;/code&gt;

This should display as:

&lt;code&gt;Here is a link&#58; &lt;a href=&quot;http&#58;//tech-recipes.com&quot;&gt; tech-recipes&lt;/code&gt;
</description>
		<content:encoded><![CDATA[<p>One way to do this is to use the &lt; plaintext &gt; tag:</p>
<p><code>&lt;plaintext&gt;Here is a link&#58; &lt;a href=&quot;http&#58;//tech-recipes.com&quot;&gt; tech-recipes&lt;/plaintext&gt;</code></p>
<p>This should display as:</p>
<p><code>Here is a link&#58; &lt;a href=&quot;http&#58;//tech-recipes.com&quot;&gt; tech-recipes</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marce</title>
		<link>http://www.tech-recipes.com/rx/144/displaying-html-code-inside-an-html-document/comment-page-1/#comment-53</link>
		<dc:creator>marce</dc:creator>
		<pubDate>Sun, 11 Jan 2004 11:47:31 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-53</guid>
		<description>This didn&#039;t work...

I&#039;m trying to get this to work with html, but the code remained invisible.

mpamphile @ hotmail.com</description>
		<content:encoded><![CDATA[<p>This didn&#8217;t work&#8230;</p>
<p>I&#8217;m trying to get this to work with html, but the code remained invisible.</p>
<p>mpamphile @ hotmail.com</p>
]]></content:encoded>
	</item>
</channel>
</rss>
