Q. What is the purpose of the canvas element?
β
Correct Answer: (C)
Creates drawing surface & Exposes powerful drawing API to client-side JavaScript
Explanation: The canvas element has no appearance of its own but creates a drawing surface within the document and exposes a powerful drawing API to client-side JavaScript.