+ 1
What is the use of <canvas> element
5 Answers
+ 4
it is used to draw image, graphs or other graphics in html5. it is given an id and then JavaScript can be used to change properties and call methods and dynamically or simply draw. most of the browser's have it.
+ 4
draw graphics
+ 1
also it can be used to draw objects.
+ 1
You can draw images in HTML5 this way, how about checking the HTML course here? It's explain well there with many examples.
0
draw graphics