For those who are being initiated into the world of web design and development, should know that one of the main tools to be taken into account is the CSS, a language which defines the structure of web pages.
CSS is an abbreviation for Cascading Style Sheets. Style sheets are simply text files (.css ), composed of lines of code that tell browsers how to display an HTML page. They give the designer more control over the appearance of a webpage by allowing to specifically define styles for elements, such as fonts, on the page. By using CSS one could separate HTML content from its appearance, distinguishing style from structure.
- 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 allows developers to separate style (look, appearance, colours, fonts, layout) from the pages structure
[ad#ads-inner]
Hongkiat offers a collection of 20 CSS tips ideal for beginners, with which you can learn how to deal more easily with this language.
Before you continue you should have some basic understanding on HTML / XHTML
Link: Useful 20 CSS Tips For Beginners
[ad#small-adsen-banners]