Advertisements
Advertisements
Question
What are the advantages of using CSS? Advantages of CSS
Short/Brief Note
Advertisements
Solution
- Maintainability- CSS are also defined and stored as separate files. So, the style and appearance of a web page can be dynamically changed and maintain with less effort.
- Reusability- The styles defined in CSS can be reused in multiple HTML pages.
- Easy to understand- The tags in web pages are well organized with style specifications and therefore it is easy to understand.
shaalaa.com
Introduction to CSS
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
Which of the following is the page level style?
What is selector?
The Declaration block of CSS is surrounded by
The declaration should be terminated by
What is the property to set text as bold?
Which of the following indicates that the text included is a comment?
What is Inline Style?
Write down general format of CSS declaration.
Write a CSS file to define text color and alignment to <p> tag.
Write a CSS file to define font type, style and size to <h1> tag.
