CSS Reference Guide

What is CSS?

CSS:

Cascading Style Sheets. A way of styling HTML unrelated to the content within the HTML. CSS files are typically stored as StyleSheets and can be linked to the HTML document within the header tag.

Other Methods of adding CSS styles to HTML

Browsers (by default) have default stylings. To remove default styling many developers use a CSS reset, like the one created by Eric Meyer.