Guest User

Untitled

a guest
Jan 22nd, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <a href="/mi/">
  2. <img id="i1" name="First" src="1.JPEG" onClick="return goto(this);"></img>
  3. First Image
  4. </a>
  5.  
  6. <html>
  7. <head>
  8. <style>
  9. .imageLink{
  10. text-align:center;
  11. }
  12. .imageLink img{
  13. display:block;
  14. }
  15. </style>
  16. </head>
  17. <body>
  18. <a href="/mi/" class="imageLink">
  19. <img id="i1" name="First" src="1.JPEG" onClick="return goto(this);" />
  20. First Image
  21. </a>
  22. </body>
  23. </html>
  24.  
  25. a { text-align: center; display: block; }
  26. img { display: block; }
  27.  
  28. <p>First Image </p>
  29.  
  30. <a href="/mi/">
  31. <img id="i1" name="First" src="1.JPEG" onClick="return goto(this);"></img>
  32. <p>First Image </p>
  33. </a>
Add Comment
Please, Sign In to add comment