What are the advantages and disadvantages of cascade style sheets?



What are the advantages and disadvantages of cascade style sheets?..

Answer / Pallavi Sharma

Cascading Style Sheets (CSS) offer several advantages, such as: separating presentation from content, promoting consistency across multiple pages, saving development time by reusing styles, and improving accessibility. However, CSS also has some disadvantages: it can lead to bloated stylesheets if not managed properly, can sometimes cause layout issues when elements are resized or positioned, and may require additional knowledge of CSS syntax.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

What does PHP stand for?

7 Answers  


Do you know what is the use of rand() in php?

1 Answers  


What is strlen php?

1 Answers  


What is the best way to avoid email sent through php getting into the spam folder?

1 Answers  


can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.

1 Answers  


How to print \ in php. Only \ with out using . or *.

7 Answers   American Solutions,


Why constructor is not overridden?

1 Answers  


How do sessions work in php?

1 Answers  


When to use get and post request?

1 Answers  


What is difference between session and cookie in PHP?

1 Answers  


what is interface in java.

4 Answers  


How to convert the first character to upper case?

1 Answers  


Categories