+ 3
HTML 5 canvas
Can someone explain me fastly what HTML canvas is?
3 Answers
+ 8
Hello, Marcello Muratori !
HTML5 defines a <canvas> element as a "raster canvas that can be used to display diagrams, game graphics, or images on the fly." Canvas is a rectangular area on your page where you can use JavaScript to draw what you want.
https://www.sololearn.com/learn/HTML/2201/?ref=app
+ 5
âThis can help you but highly recommend is sololearn Canvas course
https://code.sololearn.com/WA2oSg6Umk55/?ref=app
+ 3
good question and thanks for the information đđđ€