Week 5 agenda

21 Sep 2011

HTML exercises

Here is a set of HTML exercises we'll work through. It uses this (currently empty) stylesheet.

HTTP example

HTTP is the protocol used to deliver content from web servers to your web browser. It is primarily text-based: your browser provides a request in text format, and the server provides a response in text format (even for images, it starts off with a text description of the data it will be providing).

This is an example program we'll use to see the data that web servers are sending.