<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">

	<channel>
		<title><![CDATA[IT Computer Training Articles Tutorials - Submit Your Article - Articles Submission Directory. - Articles - Style Sheets]]></title>
		<link>http://www.articles.webtechvision.com</link>
		<description><![CDATA[IT Articles Tutorials, Learn Online Training Lessons about Computer, Web Design Articles Tutorials, Software Programming, SEO, Oracle, Visual Basic, .Net, VB, Java, ASP, PHP, HTML, MySql,Submit your,Submission,Directory.]]></description>
		<language>en-us</language>
		<copyright><![CDATA[http://www.articles.webtechvision.com]]></copyright>
		<generator>N/A</generator>
		<webMaster>webtechvision@yahoo.com</webMaster>
		<lastBuildDate>Thu, 04 Dec 2008 08:35:51 PKT</lastBuildDate>
		<ttl>20</ttl>
		<item>
			<title><![CDATA[CSS &amp; its benefits]]></title>
			<link>http://www.articles.webtechvision.com/articles/276/1/CSS-amp-its-benefits/Page1.html</link>
			<description><![CDATA[Cascading Style Sheet (&#8216;CSS&#8217;) is a technique used to define styles in HTML for elements being displayed on a web page. You may use separately font, color, etc tags to define how information will look like but it is always recommended to use CSS for such things. ]]></description>
			<author>no@spam.com (Maneet Puri)</author>
			<pubDate><![CDATA[Sat, 06 Oct 2007 01:07:43 PKT]]></pubDate>
			<guid isPermaLink="true">http://www.articles.webtechvision.com/articles/276/1/CSS-amp-its-benefits/Page1.html</guid>
		</item>
		<item>
			<title><![CDATA[What Is CSS ? Understanding CSS]]></title>
			<link>http://www.articles.webtechvision.com/articles/191/1/What-Is-CSS--Understanding-CSS/Page1.html</link>
			<description><![CDATA[
<p class="docText"><span class="docEmphasis">Cascading Style Sheets (CSS)</span> <a name="iddle1001"></a>is a language that works with HTML documents to define the way content is presented. The presentation is specified with <span class="docEmphasis">styles</span> that are placed directly into HTML elements, the head of the HTML document, or separate style sheets.</p>
<p class="docText">Style sheets contain a number of CSS rules. Each rule selects elements in an HTML document. These rules then define how the elements will be styled.</p>
<p class="docText">Any number of HTML files can be linked to a single CSS file.</p>]]></description>
			<author>no@spam.com (Jhon Mark)</author>
			<pubDate><![CDATA[Wed, 13 Jun 2007 00:00:00 PKT]]></pubDate>
			<guid isPermaLink="true">http://www.articles.webtechvision.com/articles/191/1/What-Is-CSS--Understanding-CSS/Page1.html</guid>
		</item>
		<item>
			<title><![CDATA[Picking a Colour Scheme]]></title>
			<link>http://www.articles.webtechvision.com/articles/121/1/Picking-a-Colour-Scheme/Page1.html</link>
			<description><![CDATA[Before you can consider the finer points of your design, you need to make the big decisions. Few of these decisions are more important than what colour scheme your website is going to use. If you choose the wrong one, your site will be, in the worst cases, completely unreadable.]]></description>
			<author>no@spam.com (Mike Tayler)</author>
			<pubDate><![CDATA[Fri, 16 Mar 2007 00:00:00 PKT]]></pubDate>
			<guid isPermaLink="true">http://www.articles.webtechvision.com/articles/121/1/Picking-a-Colour-Scheme/Page1.html</guid>
		</item>
		<item>
			<title><![CDATA[Fun CSS Tricks]]></title>
			<link>http://www.articles.webtechvision.com/articles/93/1/Fun-CSS-Tricks/Page1.html</link>
			<description><![CDATA[
<p>CSS or Cascading Style Sheets allow you to implement a few neat effects on your webpages easily. You can implement these CSS effects on your site by simply copying and pasting the code.<a id="more-113"></a></p>]]></description>
			<author>no@spam.com (Jhon Mark)</author>
			<pubDate><![CDATA[Sun, 11 Mar 2007 00:00:00 PKT]]></pubDate>
			<guid isPermaLink="true">http://www.articles.webtechvision.com/articles/93/1/Fun-CSS-Tricks/Page1.html</guid>
		</item>
		<item>
			<title><![CDATA[Why CSS is good for your website]]></title>
			<link>http://www.articles.webtechvision.com/articles/92/1/Why-CSS-is-good-for-your-website/Page1.html</link>
			<description><![CDATA[Cascading Style Sheets (CSS) are used within the HTML behind your Web site as a way of controlling how each page is laid out and what elements on it look like. For instance, you can use CSS to make headings in your copy a standard size across the whole of your site. CSS has been around for several years and is supported by all the major browsers available today, including Internet Explorer for the PC and Mac, Firefox, Safari and Opera.<br/>]]></description>
			<author>no@spam.com (Ajay Kumar)</author>
			<pubDate><![CDATA[Sun, 11 Mar 2007 00:00:00 PKT]]></pubDate>
			<guid isPermaLink="true">http://www.articles.webtechvision.com/articles/92/1/Why-CSS-is-good-for-your-website/Page1.html</guid>
		</item>
		<item>
			<title><![CDATA[Clean Page Structure: Headings and Lists]]></title>
			<link>http://www.articles.webtechvision.com/articles/91/1/Clean-Page-Structure-Headings-and-Lists/Page1.html</link>
			<description><![CDATA[When HTML started, people put all sorts of things on their pages: there was a tag to say which font you wanted your text to be in, a tag to say you wanted it to be in the centre of the page, and so on. Now, though, that way of writing pages is out-of-date and very inefficient compared to keeping content and style separate using CSS.<a id="more-187"></a><br/>]]></description>
			<author>no@spam.com (Mike Tayler)</author>
			<pubDate><![CDATA[Sun, 11 Mar 2007 00:00:00 PKT]]></pubDate>
			<guid isPermaLink="true">http://www.articles.webtechvision.com/articles/91/1/Clean-Page-Structure-Headings-and-Lists/Page1.html</guid>
		</item>
		<item>
			<title><![CDATA[CSS and the End of Tables]]></title>
			<link>http://www.articles.webtechvision.com/articles/90/1/CSS-and-the-End-of-Tables/Page1.html</link>
			<description><![CDATA[In the bad old days of the web, the only way to create even slightly complex layouts was to use tables. Some sites featured silly numbers of tables, one inside the other, to create relatively simple-looking effects. With CSS, though, tables can finally be replaced.]]></description>
			<author>no@spam.com (Ajay Kumar)</author>
			<pubDate><![CDATA[Sun, 11 Mar 2007 00:00:00 PKT]]></pubDate>
			<guid isPermaLink="true">http://www.articles.webtechvision.com/articles/90/1/CSS-and-the-End-of-Tables/Page1.html</guid>
		</item>
		<item>
			<title><![CDATA[Column Designs with CSS]]></title>
			<link>http://www.articles.webtechvision.com/articles/89/1/Column-Designs-with-CSS/Page1.html</link>
			<description><![CDATA[So CSS makes layouts easier than they were with tables &#8211; there&#8217;s not really much debate about that. One of the reasons many people stuck with tables for so long (and, in fact, still stick with tables to this day) is that it can be difficult to create column-based designs using CSS. Since there are so many websites that essentially consist of a middle column of content surrounded by left and right columns containing navigation and ads, this was considered to be unacceptable.]]></description>
			<author>no@spam.com (Jhon Mark)</author>
			<pubDate><![CDATA[Sun, 11 Mar 2007 00:00:00 PKT]]></pubDate>
			<guid isPermaLink="true">http://www.articles.webtechvision.com/articles/89/1/Column-Designs-with-CSS/Page1.html</guid>
		</item>
		<item>
			<title><![CDATA[Learn CSS, Selectors]]></title>
			<link>http://www.articles.webtechvision.com/articles/43/1/Learn-CSS-Selectors/Page1.html</link>
			<description><![CDATA[So far in our series covering CSS, we have used only the simplest type of selector. There are many other types of selectors, which give you a lot of power to adjust the styling of your Web documents. In this article, you will learn about the group, universal, class and ID selectors.]]></description>
			<author>no@spam.com (Mike Tayler)</author>
			<pubDate><![CDATA[Sat, 06 Jan 2007 00:00:00 PKT]]></pubDate>
			<guid isPermaLink="true">http://www.articles.webtechvision.com/articles/43/1/Learn-CSS-Selectors/Page1.html</guid>
		</item>
		<item>
			<title><![CDATA[CSS Standards Compliance in Internet Explorer 7]]></title>
			<link>http://www.articles.webtechvision.com/articles/42/1/CSS-Standards-Compliance-in-Internet-Explorer-7/Page1.html</link>
			<description><![CDATA[There has been much anticipation and intense hype surrounding the release of Internet Explorer 7. Improvements range from better security issues to customization of user features; but the excitement in some web developers has been prompted by the compliancy standards of CSS that IE 7 embraces.]]></description>
			<author>no@spam.com (Ajay Kumar)</author>
			<pubDate><![CDATA[Sat, 06 Jan 2007 00:00:00 PKT]]></pubDate>
			<guid isPermaLink="true">http://www.articles.webtechvision.com/articles/42/1/CSS-Standards-Compliance-in-Internet-Explorer-7/Page1.html</guid>
		</item>
	</channel>
</rss>