| CSS style sheets have made it easier to handle web | | | | images and other things which are difficult to be |
| pages during web development. CSS or Cascading | | | | printed can be eliminated and printed easily.o CSS |
| Style Sheets as the name suggests is a style sheet | | | | style sheets allows the user to customize the |
| that allows you to easily link to other documents in | | | | webpage |
| your website. It allows you to retain control over the | | | | Now days many websites allow the user to change |
| various elements in different web pages of your | | | | the layout of the website without affecting the |
| website. | | | | content. The CSS style sheets which are stored |
| CSS only defines the structure and content | | | | externally allow the user to make requisite changes |
| presentation of a website it has nothing to do with | | | | by themselves. Most of the modern browsers give |
| the design of a website. A single CSS sheet can | | | | user the liberty to define their own style sheets like |
| control the font, positioning, colour and style | | | | changing some font properties etc.o CSS style |
| information of an entire website. | | | | sheets makes it easier for your website to feature in |
| 9 advantages of using CSSo Web pages are easier | | | | search engines |
| to load and uses less bandwidth | | | | The CSS style sheets are favoured by web |
| CSS style sheets are preferred by web developers | | | | developers because they allow them to position their |
| for website development because they are lighter | | | | elements as per their wish anywhere in web |
| than table layouts, which consumes lots of bandwidth. | | | | application. Positioning helps to project the main |
| The style sheet is downloaded only once and stored | | | | contents first, so that it is easily captured by web |
| in the cache memory, so subsequent pages load | | | | spiders. CSS also gives cleaner HTML codes thus |
| faster.o A CSS style sheet compliments well with | | | | cutting down the job of web spider to search the |
| HTML | | | | real content from junk code.o CSS allows the web |
| HTML is insufficient when used independently in | | | | pages to have absolute consistency |
| website development, but when combined with CSS | | | | One of the reasons for using CSS during web |
| they can result in technically stronger web pages.o | | | | development is that they allow consistency to all |
| CSS allows you to position your element anywhere in | | | | web pages. All the expressions and texts will get |
| the webpage | | | | their characteristics from external style sheet. Web |
| Web developers love to use CSS because it allows | | | | developers need not to worry about the change in |
| them to position their element where ever they | | | | characteristics of the elements because they can be |
| want in the web page. If during any phase of web | | | | easily altered at any stage of web development by |
| development the developer feels that particular links | | | | using CSS.o CSS lends portability to content |
| or columns are not going well with the situation then | | | | By using CSS you can make separate style sheets |
| it becomes easier for them to position them easily | | | | for different media. This provides you the great |
| using CSS. CSS reduces the risks associated with | | | | flexibility in presenting your content. CSS allows you |
| maintenance of the website.o CSS is compatible with | | | | to redefine the characteristics of elements in a |
| all web browsers | | | | website to suit the need of the situation. For e.g.: A |
| CSS is combined with HTML or XHTML by web | | | | separate style sheet will allow you to redefine the |
| developers for web application development because | | | | characteristics of certain elements so that they are |
| it is compatible with all web browsers. The sites that | | | | easier to be printed. Also the user will never come to |
| use CSS appear similar in all the web browsers.o CSS | | | | know that you had restructured the characteristics |
| can be used to create print friendly web pages | | | | for their benefit. |
| Most of the web developers love to use CSS for | | | | CSS is created to make the things easier for your |
| building their HTML based web applications because | | | | website and also to give you control over different |
| they allow them to create print friendly web pages. | | | | elements in your website. Utilising benefits of CSS will |
| These web pages can be easily printed. The colours, | | | | give you popular user friendly web pages. |