CSS Articles-CSS Mistakes-CSS Faqs

Status
Not open for further replies.

paul120

Beta member
Messages
1
CSS which stands for Cascading Style Sheets is a style sheet language that describes and alters certain attributes like colors, fonts, layouts and other aspects of the elements that are viewed on a web page. It is used to style web pages written in HTML and XHTML. Before getting acquainted with a particular thing, many questions come into the mind. The same thing happens with cascading style sheets also. People can get convenient answers to their queries on css-faq.com.

With CSS, you will be able to write the codes regarding the appearance of your pages in a single file. You don't have to modify over and over again. The repetition of tasks is eliminated in using this language. You can also replace tags throughout your entire page if you want to change it anytime in one file. You can edit the looks of your site just by simply modifying your separate CSS file. You need not to go through all your existing pages to change everything. You only need to touch the style codes of your style sheet file. Much effort and time is reduced with this language.

You can have your pages load faster than before. It is possible since the file is not filled with long tags. Styles are defined and kept in another CSS document that can be linked and loaded only once every time somebody visits your site.

Designers will be able to set font styles, font sizes and other properties just like setting them in your word processors. You can get the most accuracy you can desire. You are also not limited to just the seven font sizes set in HTML. You can do as much as layout and defining in CSS with regards to fonts and font sizes.

The CSS syntax uses English words. Thus, it is very simple and easy to understand. The English keywords are used to refer to style properties of CSS. A style sheet is a set of rules. Each rule has one or more selectors and a block of declaration.

You can get a lot of benefits in using cascading style sheets. There is vast information in the websites like css-faq.com. The only thing you need to do is to help yourself.
 
Noted, Buggy. I removed the link and explained how we look at things.
 
Status
Not open for further replies.
Back
Top Bottom