Computer Science, asked by sundarpaviksha, 11 days ago

is a container for other elements on the canvas​

Answers

Answered by tusharraajgupta5
0

Answer:

Explanation:

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