+ 1
How to create a simple canvas in web????
I just want to learn how to make a canvasin web programming???
3 Answers
+ 3
Here is a small canvas code sample.
https://code.sololearn.com/Wj4E8W2995x3/?ref=app
+ 1
You don't "create" a canvas, html5 comes built-in with the <canvas></canvas> tag.
Your question should be "How do I use the canvas tag ?"
For that, have a look at the power of the canvas tag
https://code.sololearn.com/WLT90SEvmiyt/?ref=app