CSS Introduction : Cascading Style Sheets

What is CSS ?

  1. CSS : Cascading Style Sheets
  2. Cascading Style Sheets (CSS) is web designers tool to build websites along with HTML.
  3. CSS is used to Style web pages
  4. CSS is designed to describe the appearance of the webpage
  5. CSS were added to HTML 4.0
  6. Extension of CSS is .css

CSS provides web browsers following information

1. Visual Aspect of a web page
2. Position of HTML elements
3. Text styles
4. Background Images / Colors
5. Margins and Paddings
6. Forground Images
7. Links and Styling
8. Layout of the Web Page

CSS can be written -

1. Inline Styling
2. Internal Style Sheet
3. Extarnal Style Sheet