Question d’entretien chez TD

Explain each step that occurs during an HTML request to a server.

Réponse à la question d'entretien

Utilisateur anonyme

12 avr. 2018

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)