On your webserver and your local system, make sure you have a subdirectory called project. On yourwebserver project should be a subdirectory of hci201.
Make sure you have a subdirectory of project called images. Both at yourwebserver and local directory.
For this part you will create an external style sheet that will add style to tempnostyle.html.
Make sure you view the page in your browser after you add each style.
Create a blank text file named style.css. Save style.css to the project directory. 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.
Don't forget to view it. Place the mouse over the navigation links.
Rename tempnostyle.html to index.html
Make sure you have a directory at yourwebserver named project. This directory must be a sub directory of hci201.
Transfer index.html, style.css to your project directory.
Make sure you have a sub directory of project named images.
Transfer the green background and the picture of suzie to your images directory.
Type the following URL into your browser.
http://XXX.comlu.com
You should see the template web page
Do not upload any files to your lab directory. These files go into the project directory.Go to Part 3