CSS is for PRESENTATION.
CSS stands for Cascading Style Sheet
CSS is a declarative language. It does things like font, size, colors, container, positioning, border, backgrounds, images, and more.
h1 { color : red ; }
h1 is the "selector"