What is CSS?

I this post I will explain about What is CSS?.
Cascading Style Sheets,is a simple designing language used for simplify the process of making web pages design.
CSS manages the look and feel part of a web page. Using CSS, you can control the color of the text,background, the style of fonts, the spacing between paragraphs,margin,what background images or colors are used, layout designs,variations in display for different devices and screen sizes as well as a variety of other effects.

What is CSS
What is CSS

CSS is easy to learn and understand it provides best control over the presentation of an HTML document.
Mostly it is combined with the markup languages such as HTML or XHTML.

Benefits of CSS

(1)Easy maintenance

To make a common change,You can simply change the style, and all elements in all the web pages will be updated automatically based on styling.

(2)Multiple Device Compatibility

Style sheets allow content to be optimized for more than one type of device. By Making use of same HTML document, different versions of same website can be presented for handheld devices such as PDAs and cell mobiles or for printing.

(3)Pages load faster

By using css, you can eliminate the need of writting same HTML tag attributes every time. Just write CSS rule for html elemet and use it wherever needed it.So less code implied faster execution.

(4)Global web standards

HTML attributes are being deprecated and it is recommended to start using CSS. So it will be compatible to future browsers.

You can also read about ASP.NET, JQuery, JSON, C#.Net.

I hope you get an idea about CSS.
I would like to have feedback on my blog.
Your valuable feedback, question, or comments about this article are always welcome.
If you liked this post, don’t forget to share this.