Getting started with style!

Today, we're going see how you can use a style sheet to change the look of your webpage.

You're going to want to write in two files: myname.html, and myname.css. myname.html is your actual webpage, and myname.css is called the stylesheet. I'm going to use two different colors to indicate which file you will be writing into, like this:

When you see green, it means type what you see into your .html file.
When you see orange, it means type what you see into your .css file.
When you see something in white, it means you should change just 
that part to suit YOU!
Demos of what things will look like will be in a black box, like this!

Ready? Let's get started!