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)?

Answer: C. External CSSExternal CSS is stored in a separate file linked to HTML pages. This allows centralized updates across the entire website without editing individual…

  1. A.

    Inline CSS

  2. B.

    Internal CSS

  3. C.

    External CSS

  4. D.

    Both Inline and Internal CSS

Attempted by 563 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.

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…