1. The user clicks on a hyperlink, to tell the browser to bring up a new web page.
  2. The browser collects URL information from the HREF field of the "A" tag.
  3. The browser interprets the HTML tags to correctly display a new web page on the output device.
  4. The server sends the server's ISP to the client.
  5. The server sends a response to the client.
  6. The browser sends a "get" request, via the internet, to the server.
  7. The browser locates and copies the requested file (containing HTML) from its URL.
  8. The output device extracts the BGCOLOR value from the WEB.
  9. The DNS translates the domain name into the IP address of the client.
  10. The user views the new page on an output device.