These labs are not a race. Work these questions at your own pace. It is better to be complete with each question before moving on. If you don't finish during class, that is okay, finish at home.
Each of you should do your own lab. You will get more out of it. You can get as much help as you like from me or your classmates.
Create an external style sheet to add style to tempnostyle.html. You can get the source code here. tempnostyle.html
Make sure you view the page in your browser after you add each style.
See lab preparation under class 11 notes.
Create a blank text file named style.css. This file must be named style.css
You will add the following styles to this file. After each style you add you must save the file.
Add this style to the file.
body{
margin:2% 8% 2% 8%;
background:white;
}
After you add the above style now you need to link this css file to your html document. Insert the
following HTML code between the head tag of HTML file.