CSS Development

Cascading Style Sheets are declarations that describe how a document should be presented on the Web. The most useful feature of CSS is that it separates the content from its presentation. CSS also makes it easy to share presentation styles among multiple pages and avoid repetition of presentation information.




About CSS
  • CSS separates content from its presentation.
  • CSS has a simple format and all its keywords are simple English words.
  • The whole look and feel of a website can be changed by changing just the CSS file.
  • CSS allows for same element to be displayed in a number of manners depending on certain parameters.