Explain each step that occurs during an HTML request to a server.
Utilisateur anonyme
1) Browser check the DNS , and send an HTTP request 2) Server response back with corresponding HTML page 3) Browser render that HTML page and meanwhile apply the addition request for embedded objects (like CSS, javascript, image, font , etc files)