Final answer:
When a browser connects to a web server, it sends an HTTP request using the GET command.
Step-by-step explanation:
When a browser connects to a web server to retrieve a document, it sends an HTTP request to the server. The most common command sent in an HTTP request is the GET command. The GET command is used to request a specific resource or document from the server.