<?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>TECHiE TALKS &#187; CSS</title>
	<atom:link href="http://www.icpep.org/category/programming/css-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.icpep.org</link>
	<description>Just another techie stuff</description>
	<lastBuildDate>Wed, 01 Feb 2012 23:59:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Cascading Style Sheet</title>
		<link>http://www.icpep.org/cascading-style-sheet/</link>
		<comments>http://www.icpep.org/cascading-style-sheet/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 05:58:37 +0000</pubDate>
		<dc:creator>paparts</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://icpep.org/?p=71</guid>
		<description><![CDATA[What is a cascading Style Sheet? Let’s split the question in two: What are style sheets? and How do they cascade? I’ll answer the fi rst question now, and although I’ve hinted at the answer above, I’ll talk about the cascade later in the chapter. A style sheet is simply a text fi le with the fi le name extension .css. A style sheet is a list of CSS rules. Each rule defi nes a particular style that is applied [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">
<img class="size-full wp-image-450 aligncenter" title="css" src="http://www.icpep.org/wp-content/uploads/2008/12/css.jpg" alt="css" width="300" height="225" />
</p>
<p>
What is a cascading Style Sheet?</p>
<p style="text-align: justify;">Let’s split the question in two: What are style sheets? and How do they cascade? I’ll answer the fi rst question now, and although I’ve hinted at the answer above, I’ll talk about the cascade later in the chapter.</p>
<p style="text-align: justify;"><span id="more-71"></span><br />
A style sheet is simply a text fi le with the fi le name extension .css. A style sheet is a list of CSS rules. Each rule defi nes a particular style that is applied to your XHTML markup; a rule can defi ne the font size of the text of paragraphs, the thickness of a border around an image, the position of a headline, the color of a background, and so on. Many of the sophisticated typography and layout features of print-design programs, such as Adobe InDesign, can now be emulated in Web pages with CSS. Web designers fi nally have comprehensive control of the layout of their pages, without having to resort to workarounds such as tables and spacer GIFs.</p>
<div id="seo_alrp_related"><h2>Posts Related to Cascading Style Sheet</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/top-10-benifits-of-standards-based-programming/" rel="bookmark">TOP 10 Benefits of Standards-based Programming</a></h3><p>1. Deliver to multiple user agents. The same piece of marked-up content is readily deliverable in a wide variety of user agents, the collective name ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/pcb-layout/" rel="bookmark">PCB Layout</a></h3><p>Creating PCB Layouts from home is nothing ordinary for geeks, that all he does is nothing but techie stuff. This tutorial is all about how ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/xhtml-doctype/" rel="bookmark">(X)HTML DOCTYPE</a></h3><p>Declare a DOCTYPE. The DOCTYPE goes before the opening html tag at the top of the page and tells the browser whether the page contains ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/install-apache-tomcat/" rel="bookmark">Install Apache Tomcat</a></h3><p>Apache Tomcat is an implementation of the Java Servlet and JavaServer Pages technologies. But what are servlets? What are JSPs? Servlets are memory-resident Java programs ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.icpep.org/html-conceptualized/" rel="bookmark">Easiest HTML Conceptualized</a></h3><p>HTML files consist of ordinary text with the addition of what are called tags. Tags, which represent the markup of the text, are special codes ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.icpep.org/cascading-style-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

