<?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>Amaronline.com &#187; CSS</title>
	<atom:link href="http://www.amaronline.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amaronline.com</link>
	<description>Technology makes everything perfect</description>
	<lastBuildDate>Wed, 01 Feb 2012 18:17:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Introduction to CSS</title>
		<link>http://www.amaronline.com/2008/11/introduction-to-css/</link>
		<comments>http://www.amaronline.com/2008/11/introduction-to-css/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 17:02:51 +0000</pubDate>
		<dc:creator>amaronline</dc:creator>
				<category><![CDATA[Web Guide]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[external style sheet]]></category>
		<category><![CDATA[inline style sheet]]></category>
		<category><![CDATA[internal style sheet]]></category>

		<guid isPermaLink="false">http://www.amaronline.com/?p=13</guid>
		<description><![CDATA[What You Should Already Know Before you continue you should have some basic understanding of the following: * HTML / XHTML If you want to study this subject first, find the tutorials on our Home page. What is CSS? * &#8230; <a href="http://www.amaronline.com/2008/11/introduction-to-css/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.amaronline.com%2F2008%2F11%2Fintroduction-to-css%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.amaronline.com%2F2008%2F11%2Fintroduction-to-css%2F&amp;source=amaronline&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img height="180" align="left" width="200" src="http://www.amaronline.com/wp-content/uploads/css_logo.png" alt="" />What You Should Already Know  Before you continue you should have some basic understanding of the following:  * HTML / XHTML  If you want to study this subject first, find the tutorials on our Home page. What is CSS?  * CSS stands for Cascading Style Sheets * Styles define how to display HTML elements * Styles are normally stored in Style Sheets * Styles were added to HTML 4.0 to solve a problem * External Style Sheets can save you a lot of work * External Style Sheets are stored in CSS files * Multiple style definitions will cascade into one  CSS Demo  With CSS, your HTML documents can be displayed using different output styles:  See how it works Styles Solve a Common Problem  HTML tags were originally designed to define the content of a document. They were supposed to say &quot;This is a header&quot;, &quot;This is a paragraph&quot;, &quot;This is a table&quot;, by using tags like &lt;h1&gt;, &lt;p&gt;, &lt;table&gt;, and so on. The layout of the document was supposed to be taken care of by the browser, without using any formatting tags.  As the two major browsers &#8211; Netscape and Internet Explorer &#8211; continued to add new HTML tags and attributes (like the &lt;font&gt; tag and the color attribute) to the original HTML specification, it became more and more difficult to create Web sites where the content of HTML documents was clearly separated from the document&#8217;s presentation layout.  To solve this problem, the World Wide Web Consortium (W3C) &#8211; the non profit, standard setting consortium, responsible for standardizing HTML &#8211; created STYLES in addition to HTML 4.0.  All major browsers support Cascading Style Sheets. Style Sheets Can Save a Lot of Work  Styles sheets define HOW HTML elements are to be displayed, just like the font tag and the color attribute in HTML 3.2. Styles are normally saved in external .css files. External style sheets enable you to change the appearance and layout of all the pages in your Web, just by editing one single CSS document!  CSS is a breakthrough in Web design because it allows developers to control the style and layout of multiple Web pages all at once. As a Web developer you can define a style for each HTML element and apply it to as many Web pages as you want. To make a global change, simply change the style, and all elements in the Web are updated automatically. Multiple Styles Will Cascade Into One  Style sheets allow style information to be specified in many ways. Styles can be specified inside a single HTML element, inside the &lt;head&gt; element of an HTML page, or in an external CSS file. Even multiple external style sheets can be referenced inside a single HTML document. Cascading Order  What style will be used when there is more than one style specified for an HTML element?  Generally speaking we can say that all the styles will &quot;cascade&quot; into a new &quot;virtual&quot; style sheet by the following rules, where number four has the highest priority:  1. Browser default 2. External style sheet 3. Internal style sheet (inside the &lt;head&gt; tag) 4. Inline style (inside an HTML element)  So, an inline style (inside an HTML element) has the highest priority, which means that it will override a style declared inside the &lt;head&gt; tag, in an external style sheet, or in a browser (a default value).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amaronline.com/2008/11/introduction-to-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to Amaronline!</title>
		<link>http://www.amaronline.com/2008/11/welcome-to-amaronline/</link>
		<comments>http://www.amaronline.com/2008/11/welcome-to-amaronline/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 13:25:01 +0000</pubDate>
		<dc:creator>amaronline</dc:creator>
				<category><![CDATA[Web Guide]]></category>
		<category><![CDATA[a guide to webdesigners]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[applets]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[corel]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[dhtml]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[golive]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[java script]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[macromedia]]></category>
		<category><![CDATA[ms access]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[servlets]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[web technologies]]></category>
		<category><![CDATA[xml/xsl]]></category>

		<guid isPermaLink="false">http://amaronline.com/?p=1</guid>
		<description><![CDATA[Amaronline is for Web Designers, Web Developers, Web Design companies etc to discuss about 1. Latest Web Technologies 2. Latest Web related Softwares 3. Job Opportunities in Web Technologies 4. Advice to New-bee web designers and wanna be web designers &#8230; <a href="http://www.amaronline.com/2008/11/welcome-to-amaronline/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.amaronline.com%2F2008%2F11%2Fwelcome-to-amaronline%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.amaronline.com%2F2008%2F11%2Fwelcome-to-amaronline%2F&amp;source=amaronline&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p align="left">Amaronline is for Web Designers, Web Developers, Web Design companies etc to discuss about</p>
<p align="left">1. Latest Web Technologies<br />
2. Latest Web related Softwares<br />
3. Job Opportunities in Web Technologies<br />
4. Advice to New-bee web designers and wanna be web designers and developers<br />
5. Discuss about Multimedia and related Technologies<br />
6. Discuss about Flash Design and Action Scripting.<br />
7. Collect information on Web tutorials, Guides, Resources and useful links for web professionals<br />
8. Helping Freelance web designers and developers to get Projects and assist them to complete the projects.<br />
9. Internet Consultancy to small businesses located in Andhra Pradesh and Hyderabad.<br />
10. Helping Web Designers and Web Developers of AP Origin to relocate to Hyderabad by providing a better opprtunity and many more&#8230;.<br />
11. Discuss about technologies like HTML, DHTML, CSS, ADOBE, macromedia, Corel products, Flash, Action Script, GoLive, Java Script, ASP, ASP.net, PERL, PHP, MySQL, MS SQL, MS Acess, JSP, Servlets, Applets, XML/XSL etc..</p>
<p>Please recommend this Group URL to your friends who are into web designing and web development and who wants to take this field as their career. Khow how to design and develop and manage websites and also learn how to build websites with in few hours.</p>
<p align="left">Amaronline is for Web Designers, Web Developers, Web Design companies etc to discuss about</p>
<p align="left">1. Latest Web Technologies<br />
2. Latest Web related Softwares<br />
3. Job Opportunities in Web Technologies<br />
4. Advice to New-bee web designers and wanna be web designers and developers<br />
5. Discuss about Multimedia and related Technologies<br />
6. Discuss about Flash Design and Action Scripting.<br />
7. Collect information on Web tutorials, Guides, Resources and useful links for web professionals<br />
8. Helping Freelance web designers and developers to get Projects and assist them to complete the projects.<br />
9. Internet Consultancy to small businesses located in Andhra Pradesh and Hyderabad.<br />
10. Helping Web Designers and Web Developers of AP Origin to relocate to Hyderabad by providing a better opprtunity and many more&#8230;.<br />
11. Discuss about technologies like HTML, DHTML, CSS, ADOBE, macromedia, Corel products, Flash, Action Script, GoLive, Java Script, ASP, ASP.net, PERL, PHP, MySQL, MS SQL, MS Acess, JSP, Servlets, Applets, XML/XSL etc..</p>
<p>Please recommend this Group URL to your friends who are into web designing and web development and who wants to take this field as their career. Khow how to design and develop and manage websites and also learn how to build websites with in few hours.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amaronline.com/2008/11/welcome-to-amaronline/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

