<?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>Learn Programming Online &#187; CSS</title>
	<atom:link href="http://freeonlineprogrammingtutorials.com/category/css/feed" rel="self" type="application/rss+xml" />
	<link>http://freeonlineprogrammingtutorials.com</link>
	<description>- Become a Coding Freak Today!</description>
	<lastBuildDate>Tue, 31 Jan 2012 16:33:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CSS Basics</title>
		<link>http://freeonlineprogrammingtutorials.com/css-basics</link>
		<comments>http://freeonlineprogrammingtutorials.com/css-basics#comments</comments>
		<pubDate>Wed, 09 Jun 2010 09:26:12 +0000</pubDate>
		<dc:creator>WebProgrammer</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS Basics]]></category>

		<guid isPermaLink="false">http://freeonlineprogrammingtutorials.com/?p=110</guid>
		<description><![CDATA[CSS stands for Cascading Style Sheets (CSS), which is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web document. Let&#8217;s cover the CSS basics in this post. Why Do We Use CSS CSS reduces code, and gives more flexibility to change/modify changes across sites. Why is it Called CSS? Due to their [...]]]></description>
			<content:encoded><![CDATA[<p>CSS stands for Cascading Style Sheets (CSS), which is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web document. Let&#8217;s cover the <a href="http://freeonlineprogrammingtutorials.com">CSS basics</a> in this post.<br />
<br />
<strong>Why Do We Use CSS</strong><br />
<br />
 CSS reduces code, and gives more flexibility to change/modify changes across sites.<br />
 <span id="more-110"></span><br />
<strong>Why is it Called CSS?</strong><br />
<br />
Due to their cascading effect, they are known as Cascading Style Sheets<br />
<br />
< head ><br />
< link type = " text/css " rel= " stylesheet" href= " a / style.css " ><br />
< link type = " text/css " rel= " stylesheet" href= " b/ style.css "  ><br />
< link type = " text/css " rel= " stylesheet" href= " c / style.css " ><br />
< / head ><br />
<br />
<strong>Types of CSS Implementations</strong><br />
<br />
a] Within a tag itself (< strong >inline styles < / strong >)<br />
<br />
< body style = "color: black; background: white;” ><br />
<br />
b] Within a page and in it’s < HEAD > tag<br />
<br />
< style type= "text / css" ><br />
 body { color: black ; background: white; }<br />
< / style ><br />
<br />
c] Linking to a separate style sheet<br />
<br />
< link type= " text/css " rel= " stylesheet " href= " style.css "/ > </p>
]]></content:encoded>
			<wfw:commentRss>http://freeonlineprogrammingtutorials.com/css-basics/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

