0
Coding a button?
Iām trying to make a button as practice for what Iām learning in the game development course, but the button isnāt showing up. Is there something wrong with my code? <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <canvas id="canvas" width=300 height=500 Your browser does not support the HTML5 cancas tag.</canvas> <button id="up">Up</button> </body> </html>
1 Answer
+ 3
You miss > in opening canvas tag
<canvas id="canvas" width=300 height=500>