Which of the following category of style sheet can be used to change the look…
2018
Which of the following category of style sheet can be used to change the look of an entire website, by changing one file (CSS)?
- A.
Inline CSS
- B.
Internal CSS
- C.
External CSS
- D.
Both Inline and Internal CSS
Attempted by 134 students.
Show answer & explanation
Correct answer: C
External CSS is stored in a separate file linked to HTML pages. This allows centralized updates across the entire website without editing individual documents, unlike inline or internal CSS which require page-specific changes.