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 objectI had been asked this question in examination.This intriguing question comes from Browser Parsing and Rendering topic in portion Graphics and Rendering of JavaScript

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.



Discussion

No Comment Found

Related InterviewSolutions