Lab 5 - It 130
- On your web server and local system create a subdirectory of lab called lab5. 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
- Create a cub directory of lab5 called images. Save the picture to your images directory. Right click on the picture and select "save picture as".
- Save the source code to your lab5 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 lab5 directory.
- Upload your images to the images sub directory of lab5
- If you do not have any questions you can leave