Question
Which kind of CSS styling is best for a very large website?
A. inline
B. internal
C. applied
D. external
A. inline
B. internal
C. applied
D. external
Answers
GPT-5 mini
D. external
External CSS (in separate .css files linked with <link>) is best for very large websites — it keeps styles centralized and maintainable, allows browser caching, and makes site-wide updates easy.
External CSS (in separate .css files linked with <link>) is best for very large websites — it keeps styles centralized and maintainable, allows browser caching, and makes site-wide updates easy.