Hi, everyone. I have some basic knowledge on Html. But, I want to know more about the concepts in html. Can anyone share their knowledge on Canvas in HTML??? thanks in advance.
Thank u,
Regards
srikanth
Printable View
Hi, everyone. I have some basic knowledge on Html. But, I want to know more about the concepts in html. Can anyone share their knowledge on Canvas in HTML??? thanks in advance.
Thank u,
Regards
srikanth
Hey there. As you might know, canvas are something new in HTML web language and because of that, it's HTML5 syntax. I will give you some interesting website where you can learn more about it: http://www.w3schools.com/html/html5_canvas.asp
Good luck with lessons.
The HTML5 <canvas> element is used to draw graphics, on the fly, via scripting (usually JavaScript). The <canvas> element is only a container for graphics. You must use a script to actually draw the graphics. Canvas has several methods for drawing paths, boxes, circles, characters, and adding images.