<?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>blogger.com.np &#187; Coding</title>
	<atom:link href="http://blogger.com.np/index.php/category/coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogger.com.np</link>
	<description>we r bloggin&#039;, r u?</description>
	<lastBuildDate>Fri, 03 Sep 2010 06:39:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>CSS Reset Styles</title>
		<link>http://blogger.com.np/index.php/2010/03/css-reset-styles/</link>
		<comments>http://blogger.com.np/index.php/2010/03/css-reset-styles/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 02:53:39 +0000</pubDate>
		<dc:creator>iklash</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[styles]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://blogger.com.np/?p=253</guid>
		<description><![CDATA[Many web developers now a days use CSS (Cascading Style Sheet) for their layout design and there are some CSS reset function which makes life easier while coding CSS and Reset styles is one of the main function which resets all the main functions. So, here is the CSS Reset Styles function which can be [...]]]></description>
			<content:encoded><![CDATA[<p>Many web developers now a days use CSS (Cascading Style Sheet) for their layout design and there are some CSS reset function which makes life easier while coding CSS and Reset styles is one of the main function which resets all the main functions. So, here is the CSS Reset Styles function which can be used in daily CSS coding.</p>
<p><strong>compatible:</strong> CSS2 and higher</p>
<pre>body { color: black; background: white; }

body, div, dl, dt, dd, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }

address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }

ol, ul { list-style: none; margin: 0; padding: 0; }

table { border-collapse: collapse; border-spacing: 0; }
caption, th { text-align: left; font-weight: normal; font-style: normal; }

acronym, abbr, fieldset, img { border: 0;}

:focus { outline: 0; }</pre>
]]></content:encoded>
			<wfw:commentRss>http://blogger.com.np/index.php/2010/03/css-reset-styles/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
