question: 4\nwhat is the third step of viewing a web page as described in the video?\nthe response: the…

question: 4\nwhat is the third step of viewing a web page as described in the video?\nthe response: the server sends a response to the browser with the resource attached\nthe request: the browser sends a message to a server requesting a resource\nrendering the page: your browser takes the resource and renders it in the browser window\nthe url: you type the url for the web page into your browser
Answer
Answer:
The server sends a response to the browser with the resource attached
Brief Explanations:
Typing URL is first, browser sending request is second, server - sending response is third, and rendering is fourth.