How client & server talk?
HTML
Thanks for your time.
- As we discussed previously server will send the response to the browser and browser is used to display to the users.
- This response is nothing but a statements which is written in HTML.
- HTML will speak with browser as how to present the info to the user.
- So, finally web browser is well know about HTML
- As we discussed previously server and browser will speak each other depends user requests.
- This communication might be in the format of request-response format.
- Browser sends HTTP request and server will reply in the form of HTTP response.
-Nireekshan