CBSE Class 10 Computer Applications Question 5 of 12

Solved Sample Paper 4 — Question 8

Back to all questions
8
Question

Question 18(i)

Write the advantages of external style sheet.

Answer

The advantages of external style sheet are:

  1. It can be used across multiple HTML pages by linking the CSS file using <LINK> tag.
  2. It results in smaller HTML files since styles are in a separate file.
  3. It is easier to maintain and update styles across multiple pages.