Question
Which kind of CSS styling is best for a very large website?
(1 point)
Responses
inline
inline
internal
internal
applied
applied
external
(1 point)
Responses
inline
inline
internal
internal
applied
applied
external
Answers
GPT-4o mini
For a very large website, the best kind of CSS styling is **external**.
External CSS allows you to keep your styles in a separate file, which can be linked to multiple HTML pages. This promotes better organization, easier maintenance, and faster loading times since the CSS file can be cached by the browser.
External CSS allows you to keep your styles in a separate file, which can be linked to multiple HTML pages. This promotes better organization, easier maintenance, and faster loading times since the CSS file can be cached by the browser.