CSS Introduction
Thursday, September 27, 2012 Category : CSS 0
What is CSS?
- CSS is abbreviation of Cascading Style Sheets.
- CSS Styles define how HTML element should display.
- CSS is a key component when developing a large website, building a website without CSS is very hard and time consuming work.
- CSS introduced with HTML 4.0
- External Style sheets reduce lot of works and it stored in .css files.