Home Email My Account ☎ 480-624-2500

What is the Canvas element in HTML5?

August 31, 2017

The HTML <canvas> element is used to draw graphics, on the fly, via JavaScript.

The <canvas> element is only a container for graphics. You must use JavaScript to actually draw the graphics.

Canvas has several methods for drawing paths, boxes, circles, text, and adding images.