What is CSS / style sheet?

  • -
Q.
What is CSS / style sheet?
A.
CSS is short for Cascading style sheet – it was brought into the web development world to help improve HTML coding. CSS / Style sheets are used to apply style coding to HTML objects. Each object has attributes that can be manipulated and changed by style sheets. You use CSS a lot with changing and manipulating MySpace profiles, any time you see a code that using the <style> tag it is using CSS. To keep it simple think of CSS / Style sheets as a stylist for your HTML objects. For a more complete / detailed explanation of CSS / Style sheets check out the CSS Introduction.