Ask Question

When a browser makes a request for a static web page, the web server a. finds the HTML for the page and renders it b. renders the HTML for the page and returns it to the browser c. generates the HTML for the page and returns it to the browser d. returns the HTML for the page and the browser renders it

+4
Answers (1)
  1. 9 February, 15:32
    0
    d.

    Explanation:

    The rendering is always a browser job, so al answers where it is suggested that the web server does that are wrong.

    Static web pages are actually pre-created HTML files on the web server file system. So all that has to happen is that the web server reads them from the file system and sends them back to the browser.

    Dynamic web pages (e. g., PHP pages) first have to be run to generate HTML. That is the difference between answer c and d.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “When a browser makes a request for a static web page, the web server a. finds the HTML for the page and renders it b. renders the HTML for ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers