InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of a Rendering Engine?(a) Parsing objects in page(b) Drawing all objects in page(c) Both Parsing & Drawing all objects in page(d) Rendering object |
|
Answer» Correct choice is (c) Both Parsing & Drawing all objects in page To elaborate: It’s responsible for displaying the web page. The rendering engine parses the HTML and the CSS and displays the parsed content on the screen. A Rendering Engine is generally used for parsing and drawing all of the objects in the page. |
|