<?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>Free Online Programming Tutorials - Let&#039;s Learn Web Programming! &#187; CSS</title>
	<atom:link href="http://freeonlineprogrammingtutorials.com/category/css/feed" rel="self" type="application/rss+xml" />
	<link>http://freeonlineprogrammingtutorials.com</link>
	<description></description>
	<lastBuildDate>Thu, 02 Sep 2010 06:27:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 cascading effect, they [...]]]></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></p>
<div style="display:block;float:left;padding:5px;">
<script type="text/javascript"><!--
google_ad_client = "pub-9680100702980837";
/* auto blended 250x250 */
google_ad_slot = "7925393861";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><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 />
</p>
<style type="text / css">
 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>
