What happens to a HTML page?

The browser makes a HTTP request; the server gives a HTTP response to the browser and the browser converts
into a HTML page.

Showing Answers 1 - 6 of 6 Answers

Kannan

  • May 2nd, 2007
 

1. Our browser makes a HTTP request.
2. Server consider the request and processed.
3. End of the processing, server will send the pure Html content to the browser throw http header.
4. Our browser receive the Html content and display the content using browser.

Kannan. P.
9900242221

  Was this answer useful?  Yes

lalita.p

  • Jun 7th, 2007
 

Client send the request to the server thru Request objcet. Server recevied the information and after processing the request send back to the server thru response object.server object takes the user supplier string and encode it into the proper html format.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions