CSS stands for cascading style sheet
. it is used to control the style of a web document in a simple and easy way.
CSS handles the look and feel part of a web page.
Using CSS, we can control the color of the text, the style of fonts, the spacing between paragraphs,
how columns are sized and laid out, what background images or colors are used, as well as a varity of other effects.
CSS provides powerful control over the presentation of an Html document. Most commonly ,
CSS is combined with the markup language HTML or XHTML.