[Solved] What is canvas in HTML 5?
canvas in HTML 5 The HTML element is used to draw graphics, on the fly, via JavaScript. The 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. check this link I’m added an example below, … Read more