CBSE Class 10 Computer Applications Question 9 of 37

Cascading Style Sheets (CSS) — Question 5

Back to all questions
5
Question

Question 5

To reference a style sheet across multiple HTML pages, how would you define your CSS ?

  1. Inline Style
  2. Internal Style Sheet
  3. External Style Sheet
  4. CSS is meant for only one page
Answer

External Style Sheet

Reason — To reference a style sheet across multiple HTML pages, we define our CSS as an external style sheet.