📄 Writing a Letter to the Server (HTTP Request)When you want to visit a website, your browser writes a digital letter called an HTTP Request:The Command (Verb): Usually `GET` (meaning: *'Give me this page'*).The Path: Which page you want, like `/html`.The Headers: Extra info, like *'I speak English'* or *'I am using Chrome browser'*.