Sunday, 9 February 2014

Components of Browser

Components of Browser 

Browser layout engine - The browser’s layout engine goes through the HTML and CSS to build a “document” using the HTML Document Object Model (DOM).

 


Browser viewport - The browser displays a rendered page in thebrowser’s viewport.
JS interpreter - The JS interpreter references the DOM to make changes to the web page without needing to reload it.

0 comments:

Post a Comment