#www
World Wide Web is an application which is running on the top of Internet
It is an application on internet which follows many protocols for transferring and allowing machines to communicate with eachother.
URI(Uniform Resource Identifier) and URL(Uniform Resource Locator)
Content On WWW
Static : doesnt change if anything happens, eg; HTML,CSS
Dynamic : Changes on inputs, eg; JavaScript
It is a piece of software that is used to access and display the content of WWW and navigate into it.
Main Components of Web Browsesr
Rendering Engine : Static content such as presentation, layout and formatting.
JavaScript Engine : Displays the dynamic content such as modifying the content.
How Does Web Browser Work?
It works on the protocol Hypertext Transfer Protocol(HTTP),when a computer sends request to server where the information is stored then through HTTP Protocol the HTTP Request is sent to the server for the data and then the server returns the HTTP Response back to computer on basis of the decision made by server what to do with the request.