<?xml version="1.0"?><rss version="2.0">
       <channel>
         <title>Programmer Kingdom</title>
		 <link>http://www.programmerkingdom.com/categories/183/css-basic.html</link>
		 <description>Programmer Kingdom</description>
		 <image>
		   <url>http://www.programmerkingdom.com/images/logo.jpg</url>
		   <link>http://www.programmerkingdom.com/</link>
		 </image>
		 <item>
		   <title>CSS Introduction</title>
		   <link>http://www.programmerkingdom.com/view/767/css-introduction.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
Before you continue you should have a basic understanding of the following:


	HTML / XHTML

CSS stands for Cascading Style Sheets.Styles define  how to display HTML elements

CSS Introduction
What You Should Already Know

Before you continue you should have a basic understanding of the following:


	HTML / XHTML

What is CSS?

	CSS stands for Cascading Style Sheets
	Styles def...........</span>]]></description>
		   <pubDate>2010-04-11T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>CSS Syntax</title>
		   <link>http://www.programmerkingdom.com/view/768/css-syntax.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
A CSS rule has two main parts: a selector, and one or more declarations.The selector is normally the HTML element you want to style.Each declaration consists of a property and a value.

CSS SyntaxA CSS rule has two main parts: a selector, and one or more declarations:




The selector is normally the HTML element you want to style.


Each declaration consists of a property and a value............</span>]]></description>
		   <pubDate>2010-04-11T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>CSS Id and Class</title>
		   <link>http://www.programmerkingdom.com/view/769/css-id-and-class.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
In addition to setting a style for a HTML element, CSS allows you to specify 
your own selectors called &quot;id&quot; and &quot;class&quot;.The id selector is used to specify a style for a single, unique element.

CSS Id and Class
The id and class Selectors

In addition to setting a style for a HTML element, CSS allows you to specify 
your own selectors called &quot;id&quot; and &quot;cl...........</span>]]></description>
		   <pubDate>2010-04-11T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>CSS How To...</title>
		   <link>http://www.programmerkingdom.com/view/770/css-how-to....html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
When a browser reads a style sheet, it will format the document according to it.There are three ways of inserting a style sheet:External style sheet,Internal style sheet and Inline style.

CSS How To...

When a browser reads a style sheet, it will format the document according to it.

Three Ways to Insert CSS

There are three ways of inserting a style sheet:


	External style sheet
	...........</span>]]></description>
		   <pubDate>2010-04-11T00:00:00-07:00</pubDate>
		 </item></channel>
	 </rss>
