<?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>Web Oom &#187; div</title>
	<atom:link href="http://web.pyncus.com/tag/div/feed/" rel="self" type="application/rss+xml" />
	<link>http://web.pyncus.com</link>
	<description>Build and Share Web Technology</description>
	<lastBuildDate>Mon, 25 Jan 2010 18:19:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>What is div in html?</title>
		<link>http://web.pyncus.com/2009/12/03/what-is-div-in-html/</link>
		<comments>http://web.pyncus.com/2009/12/03/what-is-div-in-html/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 04:48:00 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[div]]></category>

		<guid isPermaLink="false">http://web.pyncus.com/?p=563</guid>
		<description><![CDATA[The tag is nothing more than a container for other tags. is a generic block-level element. For example, Restaurants Category Chinese Japanese Mexican Italian French Area Carmel Valley La Jolla Chula Vista Sorrento Valley Downtown It is usually used with class.]]></description>
			<content:encoded><![CDATA[<p>The
<div> tag is nothing more than a container for other tags.</p>
<div> is a generic block-level element.</p>
<p>For example,</p>
<pre>
<div class="subcontent-box">
<h1 class="menu">Restaurants</h1>
<div class="sidemenu2">
<h2 class="icon">Category</h2>
<ul>
<li><a href="#">Chinese</a></li>
<li><a href="#">Japanese</a></li>
<li><a href="#">Mexican</a></li>
<li><a href="#">Italian</a></li>
<li><a href="#">French</a></li>
</ul>
<h2 class="icon">Area</h2>
<ul>
<li><a href="#">Carmel Valley</a></li>
<li><a href="#">La Jolla</a></li>
<li><a href="#">Chula Vista</a></li>
<li><a href="#">Sorrento Valley</a></li>
<li><a href="#">Downtown</a></li>
</ul></div>
</div>
</pre>
<p>It is usually used with class.</p>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/12/03/what-is-div-in-html/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
	</channel>
</rss>

