Language / Technology

Why is CSS separate from HTML?

The short answer

HTML can describe structure while CSS controls color, spacing, and layout, making each role easier to manage.

How it works

A shared stylesheet can update a site's design consistently, and CSS can adapt layouts to different screen widths.

A familiar example

Separating CSS does not automatically make a page usable if its HTML structure is poor.

Sources