HTML5 Canvas Draw Image var c = document.getElementById("myCanvas");var ctx = c.getContext("2d");var img = document.getElementById("scream");ctx.drawImage(img,10,10); Image to use: Canvas to fill:Your browser does not support the HTML5 canvas tag. Try it