Monday 27 February 2012

What is CSS?
CSS is a language that works with HTML documents to define the way content is presented.  The presentation is specified with styles that are placed (1) directly into HTML elements, (2) the head of the HTML document, or (3) in separate style sheet files.
Style sheets contain a number of CSS Rules.  Each rule selects elements in an HTML document.  These rules define how the elements will be “styled”.
 


No comments:

Post a Comment

IE7 Issues Text Indent

                 Unfortunately IE 7 is still widespread among the users hence while theming we have to give special importance to the grea...