This week we'll start on making our pages a bit more pretty.
As I was saying in Week 2, I didn't want you to go ahead and try to style text by applying presentation attributes randomly. It's better if you learn how to do this properly the first time.
This page is using internal CSS to control how the basic HTML tags display on a browser. Most importantly, I want to explain why internal CSS is not appropriate for websites. It's also not allowed in this class.