<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Free worpress theme - Mercury Blaze</title>
	<atom:link href="http://mysiteonweb.com/Mercury-Blaze/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://mysiteonweb.com/Mercury-Blaze</link>
	<description>Free worpress theme</description>
	<lastBuildDate>Fri, 12 Dec 2008 03:03:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Common XHTML Elements</title>
		<link>http://mysiteonweb.com/Mercury-Blaze/?p=10</link>
		<comments>http://mysiteonweb.com/Mercury-Blaze/?p=10#comments</comments>
		<pubDate>Tue, 09 Dec 2008 03:46:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Common Elements]]></category>

		<guid isPermaLink="false">http://mysiteonweb.com/Mercury-Blaze/?p=10</guid>
		<description><![CDATA[Headers
H1 Heading
H2 Heading
H3 Heading
Code example
code-sample {font-weight: bold;font-style: italic;}
]]></description>
			<content:encoded><![CDATA[<p><strong>Headers</strong></p>
<h1>H1 Heading</h1>
<h2>H2 Heading</h2>
<h3>H3 Heading</h3>
<p><strong>Code example</strong></p>
<p><code>code-sample {font-weight: bold;font-style: italic;}</code></p>
]]></content:encoded>
			<wfw:commentRss>http://mysiteonweb.com/Mercury-Blaze/?feed=rss2&amp;p=10</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Form Example</title>
		<link>http://mysiteonweb.com/Mercury-Blaze/?p=8</link>
		<comments>http://mysiteonweb.com/Mercury-Blaze/?p=8#comments</comments>
		<pubDate>Tue, 09 Dec 2008 03:45:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sample Form]]></category>

		<guid isPermaLink="false">http://mysiteonweb.com/Mercury-Blaze/?p=8</guid>
		<description><![CDATA[Use the following form to submit your message
Your Name
Your Message

Subject
 Option 1 Option 2 Option 3 

 
]]></description>
			<content:encoded><![CDATA[<form method="get">Use the following form to submit your message</p>
<p><label for="name">Your Name</label><br />
<input id="name" style="background-color: #ffffa0;" name="name" type="text" value="Your Name" tabindex="2" /><br/><label for="message">Your Message</label><br />
<textarea id="message" cols="20" rows="10" name="message"></textarea></p>
<p><label for="subject">Subject</label><br />
<select id="subject" name="subject"> <option value="1">Option 1</option> <option value="2">Option 2</option> <option value="3">Option 3</option> </select>
<input class="button" type="submit" value="Submit" tabindex="5" />
<input class="button" type="reset" value="Reset" tabindex="6" /> </form>
]]></content:encoded>
			<wfw:commentRss>http://mysiteonweb.com/Mercury-Blaze/?feed=rss2&amp;p=8</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Table Example</title>
		<link>http://mysiteonweb.com/Mercury-Blaze/?p=6</link>
		<comments>http://mysiteonweb.com/Mercury-Blaze/?p=6#comments</comments>
		<pubDate>Tue, 09 Dec 2008 03:45:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sample Table]]></category>

		<guid isPermaLink="false">http://mysiteonweb.com/Mercury-Blaze/?p=6</guid>
		<description><![CDATA[


Column 1
Column2
Column3


10.05.2008
Link1
Column 3 Text Description


10.05.2008
Link2
Column 3 Text


10.05.2008
Link3
Column 3 Text


10.05.2008
Link4
Column 3 Text



]]></description>
			<content:encoded><![CDATA[<table border="0">
<tbody>
<tr>
<th><strong>Column 1</strong></th>
<th>Column2</th>
<th>Column3</th>
</tr>
<tr>
<td>10.05.2008</td>
<td><a href="#">Link1</a></td>
<td>Column 3 Text Description</td>
</tr>
<tr>
<td>10.05.2008</td>
<td><a href="#">Link2</a></td>
<td>Column 3 Text</td>
</tr>
<tr>
<td>10.05.2008</td>
<td><a href="#">Link3</a></td>
<td>Column 3 Text</td>
</tr>
<tr>
<td>10.05.2008</td>
<td><a href="#">Link4</a></td>
<td>Column 3 Text</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://mysiteonweb.com/Mercury-Blaze/?feed=rss2&amp;p=6</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blockquote Example</title>
		<link>http://mysiteonweb.com/Mercury-Blaze/?p=4</link>
		<comments>http://mysiteonweb.com/Mercury-Blaze/?p=4#comments</comments>
		<pubDate>Tue, 09 Dec 2008 03:44:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blockquote]]></category>

		<guid isPermaLink="false">http://mysiteonweb.com/Mercury-Blaze/?p=4</guid>
		<description><![CDATA[This is an example of post with blockquote. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.
This is an example for blockquote text. This is an example for blockquote text. This is an example for blockquote text.
]]></description>
			<content:encoded><![CDATA[<p>This is an example of post with blockquote. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.</p>
<blockquote><p>This is an example for blockquote text. This is an example for blockquote text. This is an example for blockquote text.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://mysiteonweb.com/Mercury-Blaze/?feed=rss2&amp;p=4</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List Example</title>
		<link>http://mysiteonweb.com/Mercury-Blaze/?p=1</link>
		<comments>http://mysiteonweb.com/Mercury-Blaze/?p=1#comments</comments>
		<pubDate>Tue, 09 Dec 2008 03:33:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[List]]></category>

		<guid isPermaLink="false">http://mysiteonweb.com/Mercury-Blaze/?p=1</guid>
		<description><![CDATA[Ordered List Example

ordered list Item 1
Ordered list item 2

UNordered List Example

Unordered list item 1
Unordered list item 2


Definition title
Definition description
Definition title
Definition description

]]></description>
			<content:encoded><![CDATA[<p><strong>Ordered List Example</strong></p>
<ol>
<li>ordered list Item 1</li>
<li>Ordered list item 2</li>
</ol>
<p><strong>UNordered List Example</strong></p>
<ul>
<li>Unordered list item 1</li>
<li>Unordered list item 2</li>
</ul>
<dl>
<dt>Definition title</dt>
<dd>Definition description</dd>
<dt>Definition title</dt>
<dd>Definition description</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://mysiteonweb.com/Mercury-Blaze/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

