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 |
What does PHP stand for?
Do you know what is the use of rand() in php?
What is strlen php?
What is the best way to avoid email sent through php getting into the spam folder?
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.
How to print \ in php. Only \ with out using . or *.
Why constructor is not overridden?
How do sessions work in php?
When to use get and post request?
What is difference between session and cookie in PHP?
what is interface in java.
How to convert the first character to upper case?