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 ?
- Inline Style
- Internal Style Sheet
- External Style Sheet
- CSS is meant for only one page
External Style Sheet
Reason — To reference a style sheet across multiple HTML pages, we define our CSS as an external style sheet.