Q.

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)
Answer» D. parsing style information (css only)
Explanation: 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.
2.7k
0
Do you find this helpful?
30

Discussion

No comments yet