Advertisement
1xptolevitico69

Target Self

Dec 14th, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.46 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Target Self</title>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width">
  7. <style>
  8.  
  9. a {    display:block;line-height:50px;     }
  10.  
  11. </style>
  12. </head>
  13. <body>
  14.  
  15.  
  16. <a href='https://www.google.com/'  target='_self'>Google</a>
  17. <a href='https://www.youtube.com/'  target='_self'>YouTube</a>
  18. <a href='https://www.facebook.com/'  target='_self'>Facebook</a>
  19.  
  20.  
  21.  
  22.  
  23.  
  24. <script></script>
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement