Intro to CSS

Inspired by CS50 WebTrack

Thanks to w3schools

CSS (Cascading Style Sheets) is used to describe the style of how HTML should be displayed.
Selectors are how you identify what you want to apply the CSS to. This can be to for example all p tags, tags with a certain class attribute, or individual tags that you identify with the id attribute.



You need to know:

Any other properties will be explained in the paper.