<?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: What is the html code for a quote?</title>
	<atom:link href="http://www.svitakfreedomride.com/freedom-quote/what-is-the-html-code-for-a-quote/feed" rel="self" type="application/rss+xml" />
	<link>http://www.svitakfreedomride.com/freedom-quote/what-is-the-html-code-for-a-quote</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 14:02:59 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kishans</title>
		<link>http://www.svitakfreedomride.com/freedom-quote/what-is-the-html-code-for-a-quote/comment-page-1#comment-3335</link>
		<dc:creator>Kishans</dc:creator>
		<pubDate>Fri, 05 Feb 2010 23:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.svitakfreedomride.com/freedom-quote/what-is-the-html-code-for-a-quote#comment-3335</guid>
		<description>This is a simple code. In this only your text will come not any colour or background.

&lt;html&gt;
&lt;body&gt;
&quot;Freedom is the freedom to say that two plus two make four. If that is granted, all else follows.&quot;
&lt;/body&gt;
&lt;/html&gt;


In this I have added font and background colour.
&lt;html&gt;
&lt;body bgcolor=&quot;blue&quot;&gt;
&lt;font color=&quot;green&quot;, size=&quot;6&quot;&gt;
&quot;Freedom is the freedom to say that two plus two make four. If that is granted, all else follows.&quot;
&lt;/font&gt;
&lt;/body&gt;
&lt;/html&gt;

U can change colour as your wish.

I hope U will like it.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>This is a simple code. In this only your text will come not any colour or background.</p>
<p>&lt;html&gt;<br />
&lt;body&gt;<br />
&quot;Freedom is the freedom to say that two plus two make four. If that is granted, all else follows.&quot;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>In this I have added font and background colour.<br />
&lt;html&gt;<br />
&lt;body bgcolor=&quot;blue&quot;&gt;<br />
&lt;font color=&quot;green&quot;, size=&quot;6&quot;&gt;<br />
&quot;Freedom is the freedom to say that two plus two make four. If that is granted, all else follows.&quot;<br />
&lt;/font&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>U can change colour as your wish.</p>
<p>I hope U will like it.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alistair</title>
		<link>http://www.svitakfreedomride.com/freedom-quote/what-is-the-html-code-for-a-quote/comment-page-1#comment-3334</link>
		<dc:creator>Alistair</dc:creator>
		<pubDate>Fri, 05 Feb 2010 22:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.svitakfreedomride.com/freedom-quote/what-is-the-html-code-for-a-quote#comment-3334</guid>
		<description>The best way to do this is to use the &lt;q&gt; or &lt;blockquote&gt; tags. Use &lt;q&gt; if it&#039;s less than one line.

Alternatively, you could use the special html entities &amp; #8220; and &amp; #8221; for left and right curling double quote marks.

Edit: entities were automatically converted to double quotes. Delete the space in them to use them.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;http://www.w3schools.com/tags/tag_q.asp
http://www.w3schools.com/TAGS/tag_blockquote.asp
http://www.dwheeler.com/essays/quotes-in-html.html</description>
		<content:encoded><![CDATA[<p>The best way to do this is to use the &lt;q&gt; or &lt;blockquote&gt; tags. Use &lt;q&gt; if it&#8217;s less than one line.</p>
<p>Alternatively, you could use the special html entities &amp; #8220; and &amp; #8221; for left and right curling double quote marks.</p>
<p>Edit: entities were automatically converted to double quotes. Delete the space in them to use them.<br /><b>References : </b><br /><a href="http://www.w3schools.com/tags/tag_q.asp" rel="nofollow">http://www.w3schools.com/tags/tag_q.asp</a><br />
<a href="http://www.w3schools.com/TAGS/tag_blockquote.asp" rel="nofollow">http://www.w3schools.com/TAGS/tag_blockquote.asp</a><br />
<a href="http://www.dwheeler.com/essays/quotes-in-html.html" rel="nofollow">http://www.dwheeler.com/essays/quotes-in-html.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.svitakfreedomride.com/freedom-quote/what-is-the-html-code-for-a-quote/comment-page-1#comment-3333</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Fri, 05 Feb 2010 22:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.svitakfreedomride.com/freedom-quote/what-is-the-html-code-for-a-quote#comment-3333</guid>
		<description>cite tag

http://www.quackit.com/html/tags/html_cite_tag.cfm

According to &lt;cite title=&quot;HTML &amp; XHTML: The Definitive Guide. Published by O&#039;Reilly Media, Inc.; fifth edition (August 1, 2002)&quot;&gt;Chuck Musciano and Bill Kennedy&lt;/cite&gt;, the HTML cite tag actually exists!&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>cite tag</p>
<p><a href="http://www.quackit.com/html/tags/html_cite_tag.cfm" rel="nofollow">http://www.quackit.com/html/tags/html_cite_tag.cfm</a></p>
<p>According to &lt;cite title=&quot;HTML &amp; XHTML: The Definitive Guide. Published by O&#8217;Reilly Media, Inc.; fifth edition (August 1, 2002)&quot;&gt;Chuck Musciano and Bill Kennedy&lt;/cite&gt;, the HTML cite tag actually exists!<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thanku4playing</title>
		<link>http://www.svitakfreedomride.com/freedom-quote/what-is-the-html-code-for-a-quote/comment-page-1#comment-3332</link>
		<dc:creator>thanku4playing</dc:creator>
		<pubDate>Fri, 05 Feb 2010 21:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.svitakfreedomride.com/freedom-quote/what-is-the-html-code-for-a-quote#comment-3332</guid>
		<description>You can use

&lt;q&gt; Quote this &lt;/q&gt;   To put a quotes around something.

You can aslo use  &quot;&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>You can use</p>
<p>&lt;q&gt; Quote this &lt;/q&gt;   To put a quotes around something.</p>
<p>You can aslo use  &quot;<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham B</title>
		<link>http://www.svitakfreedomride.com/freedom-quote/what-is-the-html-code-for-a-quote/comment-page-1#comment-3331</link>
		<dc:creator>Graham B</dc:creator>
		<pubDate>Fri, 05 Feb 2010 21:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.svitakfreedomride.com/freedom-quote/what-is-the-html-code-for-a-quote#comment-3331</guid>
		<description>Hi
All the HTML numbers are available on:

http://www.ascii.cl/htmlcodes.htm

Regards
G&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Hi<br />
All the HTML numbers are available on:</p>
<p><a href="http://www.ascii.cl/htmlcodes.htm" rel="nofollow">http://www.ascii.cl/htmlcodes.htm</a></p>
<p>Regards<br />
G<br /><b>References : </b></p>
]]></content:encoded>
	</item>
</channel>
</rss>

