Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <style>
- a:link, a:visited {
- background-color: red;
- color: white;
- padding: 14px 25px;
- text-align: center;
- text-decoration: none;
- display: inline-block;
- }
- a:hover, a:active {
- background-color: green;
- }
- </style>
- </head>
- <body>
- <a href="google.com" target="_blank">This is a link</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement