Computer Science, asked by jagjitsingh221219713, 9 months ago

What is the use of Canvas tag ?​

Answers

Answered by Anonymous
1

Answer:

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.

Explanation:

Mark me as branilest

Answered by yogichaudhary
4

Answer:

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.

Similar questions