Your first lab assignment is to create a web page slightly more complicated than the one you built for homework assignment #2. I don't care* about the kind of content on the page, but it must contain all of the following:

  1. At least one functioning hyperlink. (<a href="...">)
  2. At least one embedded image. (<img>)
  3. At least one table with at least two rows and at least two columns. (<table>)
  4. At least one list. (<ul>, <ol>, or <dl>)
  5. At least one phrase tag. (<em>, <strong>, <dfn>, <code>, <samp>, <kbd>, or <var>)
  6. At least one heading. (<h1>, <h2>, ... or <h6>)

*Well, I don't care much. Don't be obnoxious or offensive.

Remember to put the file in your ~/apache/htdocs/ folder so that it's accessible from the web. When you're done, get it cheked off by Karteek or Sudhakar, or send me an e-mail with a link to the web page.

See the lecture notes from 6/23. Also, the html links on the references page may be useful.