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 |
when will be syndicate bank written exam ? i need the date of exam
What is the difference between file_get_contents() and file_put_contents() in php?
What are the methods useful for method overloading?
What is the use of array_count_values() in php?
How do you pass a variable by value in php?
hi sir am kiran kumar finished my mca 2009 passed out sir .. i have more doubts regarding open source technologies sir if we pass zend exam in php can we get a job opportunity in foreign countries sir and is it good demand for php compared to dot net and java and some other technologies like sap , erp sir bcoz my friends saying they are finished dot net and java courses they telling in php we cannot earn more and we cannot go onsite opportunity even big companies not dealing with php is it right ah sir ? please send ur valuable suggestions to my email sir kiranpulsar2007@gmail.com please send ur phone number also sir thanking u sir
What is factory pattern in php?
Is php still used?
What are properties in php?
What is the correct and the most two common way to start and finish a php block of code?
Does not want to see PHPSESSID in the url. How can be done this ?
"mysql_fetch_row — Get a result row as an enumerated array",this sentence comes from the PHP offical manual.However ,i can not understand the words "enumerated array".I need some help.Thanks a lot to everyone that reply.