<?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>Build A Successful Web Site &#187; what is css</title>
	<atom:link href="http://buildasuccessfulwebsite.com/tag/what-is-css/feed" rel="self" type="application/rss+xml" />
	<link>http://buildasuccessfulwebsite.com</link>
	<description>Build a Web Site &#124; Learn how to direct traffic to your web site.</description>
	<lastBuildDate>Mon, 05 Jul 2010 16:39:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>What is CSS?</title>
		<link>http://buildasuccessfulwebsite.com/css-tutorials/what-is-css</link>
		<comments>http://buildasuccessfulwebsite.com/css-tutorials/what-is-css#comments</comments>
		<pubDate>Wed, 10 Mar 2010 02:10:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS Tutorials]]></category>
		<category><![CDATA[css tutorial]]></category>
		<category><![CDATA[what is css]]></category>

		<guid isPermaLink="false">http://buildasuccessfulwebsite.com/?p=302</guid>
		<description><![CDATA[So what is CSS anyways? CSS stands for Cascading Style Sheets. These style sheets are used to control how your web site&#8217;s text, borders, headers, links, background, and other HTML elements look. You can add CSS within the HTML of your page, or save it as a separate css documet. I would keep it out [...]


Related posts:<ol><li><a href='http://buildasuccessfulwebsite.com/html_tutorials/html-tags-reference/html-tags-reference' rel='bookmark' title='Permanent Link: HTML Tags Reference'>HTML Tags Reference</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>So what is CSS anyways? CSS stands for Cascading Style Sheets. These style sheets are used to control how your web site&#8217;s text, borders, headers, links, background, and other HTML elements look.</p>
<p>You can add CSS within the HTML of your page, or save it as a separate css documet. I would keep it out of your HTML document, simply because it will make working with your codes that much more confusing.</p>
<p>To refer to a CSS file on your web server is very easy.  Place this code just before your &lt;/head&gt; tag.</p>
<p id="line1"><span style="color: #888888;"><span style="color: #ff6600;">&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;<strong>AND PLACE THE HTML LINK HERE EXAMPLE: http://www.mywebsite.com/stylesheet.css</strong>&#8221; /&gt;</span></span></p>
<p>Remember to save your file onto your server FIRST. Otherwise your HTML document will look very funny.</p>


<p>Related posts:<ol><li><a href='http://buildasuccessfulwebsite.com/html_tutorials/html-tags-reference/html-tags-reference' rel='bookmark' title='Permanent Link: HTML Tags Reference'>HTML Tags Reference</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buildasuccessfulwebsite.com/css-tutorials/what-is-css/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
