Canvas and SVG Graphics Quiz

Complete this assessment with 100% score to master this chapter.

01Which HTML element creates a JavaScript-driven pixel drawing surface?

02Which is a key advantage of SVG over <canvas> for icons?

03How do you get a 2D drawing context from a <canvas> element in JavaScript?

04Which use case is Canvas better suited for than SVG?

05What does the viewBox attribute on an <svg> element control?