<?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; css id</title>
	<atom:link href="http://csslearn.com/tag/css-id/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>CSS introduction</title>
		<link>http://csslearn.com/css-introduction</link>
		<comments>http://csslearn.com/css-introduction#comments</comments>
		<pubDate>Mon, 23 Nov 2009 11:49:48 +0000</pubDate>
		<dc:creator>kunal</dc:creator>
				<category><![CDATA[CSS Basic]]></category>
		<category><![CDATA[css class]]></category>
		<category><![CDATA[css id]]></category>

		<guid isPermaLink="false">http://csslearn.com/?p=14</guid>
		<description><![CDATA[CSS is the W3C standard for defining the visual presentation for web pages. HTML was
designed as a structural markup language, but the demands of users and designers
encouraged browser manufacturers to support and develop presentation-oriented tags.
These tags “polluted” HTML, pushing the language toward one of decorative style rather
than logical structure. Its increasing complexity made life hard [...]


Related posts:<ol><li><a href='http://csslearn.com/styling-text-using-css' rel='bookmark' title='Permanent Link: Styling text using CSS'>Styling text using CSS</a> <small>HTML is intended as a structural markup language, but the...</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>CSS is the W3C standard for defining the visual presentation for web pages. HTML was<br />
designed as a structural markup language, but the demands of users and designers<br />
encouraged browser manufacturers to support and develop presentation-oriented tags.<br />
These tags “polluted” HTML, pushing the language toward one of decorative style rather<br />
than logical structure. Its increasing complexity made life hard for web designers, and<br />
source code began to balloon for even basic presentation-oriented tasks. Along with<br />
creating needlessly large HTML files, things like font tags created web pages that weren’t<br />
consistent across browsers and platforms, and styles had to be applied to individual<br />
elements—a time-consuming process.<br />
The concept behind CSS was simple, yet revolutionary: remove the presentation and separate<br />
design from content. Let HTML (and later XHTML) deal with structure, and use a<br />
separate CSS document for the application of visual presentation.<br />
The idea caught on, albeit slowly. The initial problem was browser support. At first, most<br />
browsers supported only a small amount of the CSS standard—and badly at that. But<br />
Internet Explorer 5 for Mac made great strides with regard to CSS support, and it was soon<br />
joined by other browsers fighting for the crown of standards king. These days, every up-todate<br />
browser supports the majority of commonly used CSS properties and values, and<br />
more besides.<br />
Another problem has been educating designers and encouraging them to switch from old<br />
to new methods. Benefits constantly need to be outlined and proven, and the new<br />
methods taught. Most designers these days style text with CSS, but many still don’t use CSS<br />
for entire web page layouts, despite the inherent advantages in doing so. This, of course, is<br />
one of the reasons for this book: to show you, the designer, how CSS can be beneficial to<br />
you—saving you (and your clients) time and money—and to provide examples for various<br />
areas of web page design and development that you can use in your sites.<br />
In this section we’ll look at separating content from design, CSS rules, CSS selectors and<br />
how to use them, and how to add styles to a web page.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcsslearn.com%2Fcss-introduction&amp;linkname=CSS%20introduction"><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/styling-text-using-css' rel='bookmark' title='Permanent Link: Styling text using CSS'>Styling text using CSS</a> <small>HTML is intended as a structural markup language, but the...</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/css-introduction/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
