TAG ERROR, HERE
What happens when a user clicks on a hyperlink?
Here are the steps:
- A - The USER clicks on a hyperlink, to tell the browser to open up a new WEB PAGE.
- B - The BROWSER collects URL information from the HREF field of the "A" TAG
- I - The DNS translates the domain name into the IP address of the SERVER
- F - The CLIENT sends a "get" request, via the internet, to the SERVER
- E - The SERVER sends a "response" (containing a copy of the requested resource) to the CLIENT
- G - The BROWSER locates and copies the requested file (containing HTML) from its URL
(That's nonsense!)
- 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.)
- H - The ISP
extracts the BGCOLOR value from the WEB
(Nonsense!)
- J - The USER views the new page on an OUTPUT DEVICE