Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=320, height=480">
- <title>Document</title>
- <style>
- a {
- color: fuchsia;
- font-size: 20px;
- }
- a:visited {
- color: aqua;
- font-size: 333px;
- border: 4px solid blue;
- }
- </style>
- </head>
- <body>
- <a href="https://www.google.pl/">tekst 1</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment