0
I can't understand canvas who can help me ?
<html> <head></head> <body> <canvas id="canvas1" width="400" height="300"></canvas> <script> var can = document.getElementById("canvas1"); var ctx = can.getContext("2d"); </script> </body> </html>
6 Answers
+ 3
hanen mdaghi what don't you understand about the canvas tag ?
+ 3
Here's a little hint of what Canvas can be used for
https://code.sololearn.com/WErnHmiWQofL/?ref=app
+ 3
Read more about it here, perhaps you'll be able to do something much more cooler with </canvas>
https://googleweblight.com/i?u=https://www.w3schools.com/html/html5_canvas.asp&hl=en-NG
+ 1
I learned html5 and css ,so I have no idea about js that's why I can't understand all about canvas
+ 1
Thanks
đ€đ