1.

A Rendering engine is not responsible for ________(a) parsing the markup content (HTML)(b) parsing style information (CSS, XSL, and so on)(c) generating a visual presentation of the formatted content including media files referenced(d) parsing style information (CSS only)This question was posed to me in a job interview.My enquiry is from Web Browsers in portion HTML Fundamentals of HTML

Answer»

The CORRECT answer is (d) parsing style INFORMATION (CSS only)

To EXPLAIN I WOULD say: A rendering engine is a software that draws text and images on the screen. The engine draws structured text from a document (HTML, XML) and formats it properly based on the given style declarations (CSS, XSL, etc). The primary job of a browser engine is to transform HTML DOCUMENTS and other resources of a web page into an interactive visual representation on a user’s device.



Discussion

No Comment Found

Related InterviewSolutions