What are the steps required after retrieving the data from the web browser?
What are the steps required after retrieving the data from the web browser?
- The data is retrieved from the browser by using http, https, file and other resources with the displayed results.
- Web browser pass the HTML layout and then transform the input from markup to an interactive document.
- Web browsers display the content according to the requested data that is the part of the web page user requests.
- Web browser then displays the images, audio and video in the form of XML files that consists of plug-in and support flash applications.
- It has the support for JavaScript that can be used to open the file of unsupported type and set the downloading options on it.
Discussion
- RE: What are the steps required after retrieving the data from the web browser? -brice massey (09/03/14)
- thanks that's very helpful :)