<!DOCTYPE html> <html> <head> <title>Add Image to Canvas Using image() Object</title> <link rel="stylesheet" href="style.css"> </head> <body> <canvas id="canvas"> Sorry. Your browser does not support HTML5 canvas element. </canvas> </body> <script src="script.js"></script> </html>