How does that work | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How does that work

<!DOCTYPE html> <html> <head> <title>Drawing a smiley face on canvas</title> </head> <body> <canvas id="mycanvas" width="155px" height="155px"></canvas> </body> </html>

11th May 2019, 3:45 PM
Jim
Jim - avatar
1 Answer
+ 3
Canvas tag needs JavaScript to draw in it without JavaScript we can't draw anything try to read more about it in here. www.w3schools.com
11th May 2019, 4:49 PM
Basel.Al_hajeri?.MBH()
Basel.Al_hajeri?.MBH() - avatar