<?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>csslearn.com &#187; definition of Css</title>
	<atom:link href="http://csslearn.com/tag/definition-of-css/feed" rel="self" type="application/rss+xml" />
	<link>http://csslearn.com</link>
	<description>learn style with style</description>
	<lastBuildDate>Mon, 01 Mar 2010 02:17:37 +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>What is CSS ?</title>
		<link>http://csslearn.com/what-is-css</link>
		<comments>http://csslearn.com/what-is-css#comments</comments>
		<pubDate>Thu, 19 Nov 2009 19:41:49 +0000</pubDate>
		<dc:creator>kunal</dc:creator>
				<category><![CDATA[CSS Basic]]></category>
		<category><![CDATA[CSS Turtorial]]></category>
		<category><![CDATA[definition of Css]]></category>

		<guid isPermaLink="false">http://csslearn.com/what-is-css</guid>
		<description><![CDATA[Stands for &#8220;Cascading Style Sheet.&#8221; Cascading style sheets are used to format the layout of Web pages. They can be used to define text styles, table sizes, &#038; other aspects of Web pages that historically in the past could only be defined in a page&#8217;s HTML.
CSS helps Web developers generate a uniform look across several [...]


Related posts:<ol><li><a href='http://csslearn.com/adding-styles-to-a-web-page' rel='bookmark' title='Permanent Link: Adding styles to a web page'>Adding styles to a web page</a> <small>The most common (and useful) method of applying CSS rules...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Stands for &#8220;Cascading Style Sheet.&#8221; Cascading style sheets are used to format the layout of Web pages. They can be used to define text styles, table sizes, &#038; other aspects of Web pages that historically in the past could only be defined in a page&#8217;s HTML.</p>
<p>CSS helps Web developers generate a uniform look across several pages of a Website. In lieu of defining the style of each table &#038; each block of text within a page&#8217;s HTML, commonly used styles require to be defined only two times in a CSS document. Two times the style is defined in cascading style sheet, it can be used by any page that references the CSS file. And, CSS makes it easy to change styles across several pages at two times. For example, a Web developer may require to increase the default text size from 10pt to 12pt for fifty pages of a Website. If the pages all reference the same style sheet, the text size only needs to be changed on the style sheet &#038; all the pages will show the larger text.</p>
<p>While CSS is great for generating text styles, it is helpful for formatting other aspects of Web page layout as well. For example, CSS can be used to define the cell padding of table cells, the style, thickness, &#038; color of a table&#8217;s border, &#038; the padding around images or other objects. CSS gives Web developers more exact control over how Web pages will look than HTML does. This is why most Web pages today incorporate cascading style sheets.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcsslearn.com%2Fwhat-is-css&amp;linkname=What%20is%20CSS%20%3F"><img src="http://csslearn.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>

<p>Related posts:<ol><li><a href='http://csslearn.com/adding-styles-to-a-web-page' rel='bookmark' title='Permanent Link: Adding styles to a web page'>Adding styles to a web page</a> <small>The most common (and useful) method of applying CSS rules...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://csslearn.com/what-is-css/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
