What is the primary purpose of the <canvas> tag?
<canvas>
It allows drawing on a bitmap via JavaScript.
It allows vector images to be rendered on the webpage.
It allows raster images to be rendered on the webpage.
It displays annotated images.