Introduction to CSS3

Cascading Style Sheets: 
  • It is the way to present HTML document as per the endusers requirements.
  • Here cascading means inheriting the features from parent to child.
  • Style means collection of specially designed formats like color, font, backgrounds, layouts, animations, variants , text transformations etc.
  • It is the separate from HTML5 with the extension of .CSS.

What is CSS ?
CSS Satisfying the following points.

  • CSS we can integrated with HTML, PHP, Java Script, ASP etc.
  • Cascading means inheriting the features.
  • Stylesheet means group of styles.
  • It is used to add more effects to HTML5.
  • Styles generally storing in style sheets.
  • CSS is a kind of language used for describing the presentation semantics of a document.
  • CSS main approach to provide more styles to the web documents.
CSS Versions.
As per W3C recommendation the following versions are in the industry.
  1. CSS1.0 (dec 1996)
  2. CSS2.0 (May 1998)
  3. CSS3.0 (Jun 1999)
(Here i am not going to discuss about CSS1.0 and CSS2.0. So lets starts about CSS3.0)



* Advantages of CSS :- 
  1. Flexibility
  2. Codes rendering.
  3. Accessibility
  4. Performance
  5. Powerful designing
  6. Consistency
  7. Types of style sheets
  8. Easy syntax etc..







No comments: