Lab 6 - HCI 201
Each of you must do your own lab. You can get as much help as you like from me or your classmates.
Remember you have to turn in all of your labs.
- On your webserver, create a subdirectory of lab called lab6. Upload this lab to that subdirectory.
- Get the HTML code for 10 design tips. http://condor.depaul.edu/~alarrain/hci201/examples/designtips.html.
View Source and save the code to your local system. Make sure the file name is designtips.html
- Make a copy of the file designtips.html call it designtipslab.html
- Take some time and study the html code, most of it you should be familiar with.
- This question has multiple parts. For each part you will add the styles to an external stylesheet.
- Type the following URL into your browser
http://condor.depaul.edu/~alarrain/hci201/examples/floatleft.html
- Save the picture to your images directory. Right click on the picture and select "save picture as".
- Save the source code to your lab6 directory. Right click and view source. Remember when saving the file remove the [1] if it is present in the file name. The file name should be saved as floatleft.html
- Display floatleft.html in your browser locally.
- Modify the CSS so the picture floats right. Also modify the margin so the text doesn't crowd the image.
- Save this as floatright.html
- Add another picture to floatright.html. Use this picture
http://condor.depaul.edu/~alarrain/hci201/images/cumberland1.jpg
Also add some text, just make up some text.
- Modify floatright.html so the first picture floats left the second floats right.
- Upload your files to the lab6 directory.
- Look over homework 2.
- If you do not have any questions you can leave