TAG ERROR, HERE

What happens when a user clicks on a hyperlink?

    Here are the steps:
  1. A - The USER clicks on a hyperlink, to tell the browser to open up a new WEB PAGE.
  2. B - The BROWSER collects URL information from the HREF field of the "A" TAG
  3. I - The DNS translates the domain name into the IP address of the SERVER
  4. F - The CLIENT sends a "get" request, via the internet, to the SERVER
  5. E - The SERVER sends a "response" (containing a copy of the requested resource) to the CLIENT
  6. G - The BROWSER locates and copies the requested file (containing HTML) from its URL (That's nonsense!)
  7. C - The WEB (That's silly!) interprets the HTML tags to correctly display a new web page on the OUTPUT DEVICE (But sequence is wrong.)
  8. H - The ISP extracts the BGCOLOR value from the WEB (Nonsense!)
  9. J - The USER views the new page on an OUTPUT DEVICE