Saturday 16 March 2013

Introduction to css


Introduction to CSS

What is CSS?

CSS stands for Cascading Style Sheets.
CSS easy Manage a lot of Website page Layout.
CSS save a lot of Time.
CSS Sheets make Global change to all website pages.


CSS (Cascading Style Sheets) use for how to display HTML elements and elements style are set using CSS properties. Using CSS style you can change every elements style can change as you like. style sheets create and include is so easy it means using CSS Style Sheet update document formatting and maintain consistency across multiple documents.
Coding individual elements is best way done while document is being created. Style Sheets like a 'blueprints', because Style sheets holding a group of style related properties and value.
You can add comments to your <style> section or Style Sheet by the comments with /* and */.
For example. /* Define a Font Style in Header Text */



Advantage of CSS

Easy Manage
CSS with you can better manage over website. You can specify value of properties that use and you can create good style sheets.
Global Change
Style Sheets to make global change to all documents from a single location. When Style Sheet appear with web page it is know as Cascading Style Sheet
CSS Save a lot of time
When we create HTML documents at that time we separate set attributes value in each elements. but it is limited use. now, CSS give a lot of flexibility to set the value of properties in elements.
Easy Maintenance
CSS sheets Maintenance easier and you can get edit the elements properties in style sheets.
Inline/Internal/External Style Sheets
CSS Styles are write in inline in elements line, Internal style sheets write in Head part, or External style sheets write in external .css files. External style sheets enable you to change the elements and layout style of all the pages in a Web site, just by editing one single file.
Page Load Faster
HTML Web documents with Style Sheets easier and fast Load.

No comments:

Post a Comment