<?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; html</title>
	<atom:link href="http://web.pyncus.com/category/html/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>
		<item>
		<title>How to open new window in html?</title>
		<link>http://web.pyncus.com/2009/07/01/how-to-open-new-window-in-html/</link>
		<comments>http://web.pyncus.com/2009/07/01/how-to-open-new-window-in-html/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 00:02:44 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[a tag]]></category>
		<category><![CDATA[href]]></category>
		<category><![CDATA[new window]]></category>
		<category><![CDATA[target]]></category>
		<category><![CDATA[_blank]]></category>

		<guid isPermaLink="false">http://weboom.wordpress.com/?p=193</guid>
		<description><![CDATA[use target = &#8220;_blank&#8221; e.g., &#60;a href=”http://weboom.wordpress.com/” target = &#8220;_blank&#8221;&#62;Visit My Weboom Blog&#60;/a&#62;]]></description>
			<content:encoded><![CDATA[<p>use</p>
<p>target = &#8220;_blank&#8221;</p>
<p>e.g.,</p>
<p>&lt;a href=”http://weboom.wordpress.com/” target = &#8220;_blank&#8221;&gt;Visit My Weboom Blog&lt;/a&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/07/01/how-to-open-new-window-in-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to jump the section you want in html?</title>
		<link>http://web.pyncus.com/2009/07/01/how-to-jump-the-section-you-want-in-html/</link>
		<comments>http://web.pyncus.com/2009/07/01/how-to-jump-the-section-you-want-in-html/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 00:01:38 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[a tag]]></category>
		<category><![CDATA[href]]></category>
		<category><![CDATA[jump]]></category>
		<category><![CDATA[name]]></category>

		<guid isPermaLink="false">http://weboom.wordpress.com/?p=191</guid>
		<description><![CDATA[First, create &#60;a name=&#8221;here&#8221;&#62;Your web content&#60;/a&#62; then, create a link for it &#60;a href=&#8221;#here&#8221;&#62;Go to your web content&#60;/a&#62;]]></description>
			<content:encoded><![CDATA[<p>First, create</p>
<p>&lt;a name=&#8221;here&#8221;&gt;Your web content&lt;/a&gt;</p>
<p>then, create a link for it</p>
<p>&lt;a href=&#8221;#here&#8221;&gt;Go to your web content&lt;/a&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/07/01/how-to-jump-the-section-you-want-in-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is  tag in html?</title>
		<link>http://web.pyncus.com/2009/06/30/what-is-tag-in-html/</link>
		<comments>http://web.pyncus.com/2009/06/30/what-is-tag-in-html/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 23:56:38 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[a tag]]></category>
		<category><![CDATA[href]]></category>

		<guid isPermaLink="false">http://weboom.wordpress.com/?p=189</guid>
		<description><![CDATA[a is an anchor tag. &#60;a href=&#8221;http://weboom.wordpress.com/&#8221;&#62;Visit My Weboom Blog&#60;/a&#62;]]></description>
			<content:encoded><![CDATA[<p>a</p>
<p>is</p>
<p>an anchor tag.</p>
<p>&lt;a href=&#8221;http://weboom.wordpress.com/&#8221;&gt;Visit My Weboom Blog&lt;/a&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/06/30/what-is-tag-in-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is CDATA?</title>
		<link>http://web.pyncus.com/2009/06/28/what-is-cdata/</link>
		<comments>http://web.pyncus.com/2009/06/28/what-is-cdata/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 16:35:03 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[cdata]]></category>

		<guid isPermaLink="false">http://weboom.wordpress.com/?p=160</guid>
		<description><![CDATA[In an XML document, a CDATA section is a section of element content that is marked for the parser to interpret as only character data, not markup. &#8212;- &#60;sender&#62;John Smith&#60;/sender&#62; Here, the opening and closing &#8220;sender&#8221; tags are interpreted as markup. However, if written like this: &#60;![CDATA[&#60;sender&#62;John Smith&#60;/sender&#62;]]&#62; Everything are interpreted as character data (not <a href='http://web.pyncus.com/2009/06/28/what-is-cdata/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>In an XML document, a <strong>CDATA section</strong> is a section of element content that is marked for the parser to interpret as only character data, not markup.</p>
<p>&#8212;-</p>
<div style="text-align:left;" dir="ltr">
<div style="font-family:monospace;">
<pre><span><span>&lt;sender<span>&gt;</span></span></span>John Smith<span><span>&lt;/sender<span>&gt;</span></span></span></pre>
</div>
</div>
<p>Here, the opening and closing &#8220;sender&#8221; tags are interpreted as markup.</p>
<p>However, if written like this:</p>
<div style="text-align:left;" dir="ltr">
<div style="font-family:monospace;">
<pre><span>&lt;![CDATA[&lt;sender&gt;John Smith&lt;/sender&gt;]]&gt;</span>

Everything are interpreted as character data (not makrup).</pre>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/06/28/what-is-cdata/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do you want to make a comment in html?</title>
		<link>http://web.pyncus.com/2009/06/28/what-is-3/</link>
		<comments>http://web.pyncus.com/2009/06/28/what-is-3/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 16:30:23 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[comment]]></category>

		<guid isPermaLink="false">http://weboom.wordpress.com/?p=155</guid>
		<description><![CDATA[In html, if you want to make a comment, then use &#60;!&#8211; your comment which will not affect the code &#8211;&#62;]]></description>
			<content:encoded><![CDATA[<p>In html, if you want to make a comment, then use</p>
<p>&lt;!&#8211;</p>
<p>your comment which will not affect the code</p>
<p>&#8211;&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/06/28/what-is-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

