Writing for the World Wide Web
Announcements
I'll put major announcements up here as the course unfolds. Let me know if there's any information you'd like to see here, as well. In the meantime, explore the English 313 website and start thinking of ideas for projects.

Image Maps
For our in-class tutorial over image maps today, we will need to download the following files to our computers:

  1. imagemap.html
  2. africa.html
  3. antarctica.html
  4. asia.html
  5. australia.html
  6. europe.html
  7. northamerica.html
  8. southamerica.html
  9. world.gif
This will probably be easiest if you just right-click each link and save the files to your desktop.

Generic HTML Document Code

<html>
<head>
<title>My Homepage</title>
<style>

</style>
</head>

<body bgcolor="white" text="black" link="blue" vlink="purple">

<h3>My Homepage</h3>
This is my homepage. <b>I hope you like it</b>.

<p>
Here is a picture of my cat. His name is <i>Porter</i>.
<img src="porter.jpg" />
</p>

<p>
Here is a link to my university.
<br /><a href="http://www.iastate.edu/">Iowa State University</a>
</p>

</body>
</html>


Home | Course Information | Assignments | Schedule | Class Notes | Resources | Student Pages