This lab deals with moving our styles from inside the document to outside of the document.
You'll want the top of your page to look something like this:
<head> <title>Sample #</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="sample#.css" rel="stylesheet" type="text/css"> </head>
Go back to the code you have for Lab #1 and rewrite it so you are now using external style sheets.