HCI 201 - Project Preparation Part 3

The content you add to your homepage must be different from what you do in this lab.

For this lab you will add some HTML to index.html from previous lab and add some styles to style.css.

  1. Go to http://condor.depaul.edu/~alarrain/hci201/project/flower1.jpg and download the picture of the flower. This must be saved to your images directory.
  2. Add the following HTML code to index.html. Add this code inside the div tag with id content
  3. <h2>News</h2> <h3>Oct 15, 2005</h3> <p>Sorry, due to allot of classwork I will not be updating my blob for awhile</p> <h3>Oct 10, 2005</h3> <br /> <img src="images/flower1.jpg"> <p>Picture of a flower I took while walking through Lincoln park. Pretty !</p> <h3>Oct 4, 2005</h3> <p>Just saw the Allman Brothers at Park West.</p>

    Display index.html in your browser.

  4. For this part you will style up the content. Add the following styles to style.css.
  5. Make sure you view the page in your browser after you add each style.

  6. Transfer index.html, style.css to your project directory. Don't forget to transfer the flower image.
  7. Type the following URL into your browser.
  8. http://XXX.conlu.com/yourLogin/hci201/project
You should see the template web page with your modifications. Do not upload any files to your lab directory. These files go into the project directory.