What are the major components of a web browser?
A browser contains a set of clients, a controller and a set of interpreters which manages them. All browsers must have an HTML interpreter to display the document. Another interpreter is optional. The controller forms the central piece of browser. This interprets both key board input and mouse click, and calls other components to execute operations given by the user.