A website is delivered, not teleported
When you visit a site, your browser sends a request. A server receives that request and sends back files such as HTML, CSS, images, or data.
Your browser then assembles those pieces into the page you see on screen.
The browser asks, the server answers, and the page appears.