Before writing a single line of HTML, you need to understand the stage it performs on. Every website you visit is the result of a conversation between your browser and a server happening in milliseconds. This lesson demystifies that conversation — from typing a URL to seeing a fully rendered page.
1-B 2-A 3-B 4-A | 5 HTTP(S) 6 browser 7 = Browser sends a request to the server, which returns HTML/CSS/JS that the browser renders 8 = Structure vs style vs behaviour 9 = Renting server space that stores and serves your site | 10 = Internet = the network; web = pages/services running on it