what is cascading style sheet(CSS) and their uses?

Public Comments

  1. i dont know
  2. A CSS is a file that is used and "attached" to the (X)HTML document: <link rel="stylesheet" type="text/css" href="style.css" /> Basically, what it does is contain all the formatting and presentational aspects of the HTML document. This makes the files smaller, and best of all, makes it easier to make global changes by just editing the CSS file. Go here to learn more: http://www.w3schools.com/css/default.asp DianeD http://www.dironwebdesign.com/
  3. In simple words, a Cascading Style Sheet(CSS) makes a readymade template with specific coulours, pictures, headings etc... If u r making a website with lot of pages, then u just have to add the code for using the css file in beginning of each of the html file. u don't have to type the whole code.
  4. CSS seperates content from presentation in a web page. It works as a reusable template. More at http://www.pickatutorial.com/tutorials/css_1.htm
Powered by Yahoo! Answers