<!DOCTYPE html> <html lang="ja"> <head> <title>Webgame</title> <script type="text/javascript" src="gameweb3.js" charset="utf-8"></script> <style type="text/css"></style> </head> <body> <h1>同じ画像にそろえてください</h1> <img id="image_file" src="hana1.jpg" onclick="henkou()"> </body> </html>