How do browsers work?

1 answer

Answer

1023726

2026-03-05 03:25

+ Follow

Simply it listing the user request in the form of (HTML headers) and simply refers these request files is in webserver.

If requested file is in webserver and if the type of file is HTML simply it returns the HTML coding in the form of headers to user browser.

If the requested file is in server side programing language file(servlet and jsp) just execute and return the result in the form of HTML with headers.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.