Cascading Style Sheets

Get the Cheatsheet here

Cascading Stylesheets are a means to layer instructions to a webpage or browser downloading the webpage. Cascading works a bit like:

So you set up a seperate file with a file name extension (ending in) .css At the top of your html file, you then set up a link to the file - to tell the browser where to find your .css file.

It will look something like:
<link rel="e;stylesheet"e; href="e;brian.css"e; type="e;text/css"e;>