Advertisement
Guest User

Untitled

a guest
Oct 21st, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <body onLoad="init()">
  2. <div height=400 width=600>
  3.  
  4. <div id= BG>
  5. <img src="images/bground.jpg" alt="BG" height=400 width=600/>
  6. </div>
  7. <div id="Target" >
  8. <img src="images/Target.gif" alt="Target" height=50 width=50/>
  9. </div>
  10.  
  11. <div id="Player">
  12. <img src= "images/player.jpg" alt="Player" height=25 width=25 />
  13. </div>
  14.  
  15. </div>
  16.  
  17. <form>
  18. <input type="text" onkeypress="myKeyPress(event)" />
  19. </form>
  20.  
  21. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement