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>
1 Réponse
+ 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