What are the advantages and disadvantages of Cascading
Style Sheets?



What are the advantages and disadvantages of Cascading Style Sheets?..

Answer / rakesh kumar nautiyal

Advantages and Disadvantages
Greater Control. Style sheets allow far greater control
over the appearance of a document. Many different elements
can be defined and customised, including margins, indents,
font size, line and letter spacing. In addition, elements
can be positioned absolutely on the page.

Separation of Style and Content. By ensuring that the style
and content of a document are kept separate, data is kept
more coherent. In this way, as technologies such as XML and
databases increase, there will be more scope for
integration of existing HTML documents.

Accessibility. Similarly, with the separation of style and
content, documents are made more accessible to those with
disabilities. When style sheets are used, software such as
screen-readers are less likely to be confused by spurious
code. For further information on accessibility issues,
please refer to the W3C's page on the Accessibility
Features of CSS.

Smaller Documents. Because all tags or properties need only
be defined once within a document, or even within a
separate document, filesize can be reduced considerably.

Easier Site Maintenance. As it is possible to link many
pages to one individual style sheet, any sitewide changes
can be made by simply changing the one file that the pages
link to, instead of all the individual files.

Browser Support. This is the one major drawback to style
sheets. They are only supported at all by IE 3 and above
and Netscape 4 and above, but even then, the way in which
the two browsers interpret them can vary considerably.
However, older browsers will still display your website,
simply ignoring the elements they do not understand.

Is This Answer Correct ?    18 Yes 5 No

Post New Answer

More PHP Interview Questions

How many records can be stored in mysql table?

0 Answers  


what are in image creating functions in php

5 Answers   A1 Technology,


Can we use include ("xyz.php") two times in a php page "index.php"?

0 Answers  


What is a PHP accelerator?

0 Answers  


What is http php?

0 Answers  






What is meant by pdo in php?

0 Answers  


What is the method to execute a php script from the command line?

0 Answers  


Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?

0 Answers  


How to remove all duplicate values in array in php?

0 Answers  


What are the differences between PHP 3 and PHP 4 and PHP 5?

2 Answers  


What is the meaning of xdebug?

0 Answers  


What is helper library?

0 Answers  


Categories