HTML 5 included canvas to draw the graphics on the webpage. Canvas is not a part of HTML 4.0.The main concept of Canvas to draw the various type of graphics elements.
All graphics are drawn inside the curve block.
What is a canvas in HTML?
HTML Canvas is used to the graphics on the webpage with the help of javascript.Canvas works as a container in which we can draw the various type of graphics.
The canvas tag contains the four elements rectangle, a gradient rectangle, a multicolor rectangle, and a multicolor text.