CSS is for presentation
CSS stands for Cascading Style Sheets.
CSS is a declerative language. It does things like fontypes, size, colors, borders, positioning etc..
h1 { color : red ;}
h1 is the "selector"