
July 14th, 2011, 03:48 AM
|
|
Registered User
|
|
Join Date: Jul 2011
Posts: 5
Time spent in forums: 1 h 7 m 2 sec
Reputation Power: 0
|
|
|
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.
|