Guest User

Untitled

a guest
Nov 11th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.41 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta name="viewport" content="width=320, height=480">
  6.     <title>Document</title>
  7.    
  8.     <style>
  9.        
  10.         a {
  11.             color: fuchsia;
  12.             font-size: 20px;
  13.         }
  14.  
  15.         a:visited {
  16.             color: aqua;
  17.             font-size: 333px;
  18.             border: 4px solid blue;
  19.         }
  20.        
  21.     </style>   
  22. </head>
  23. <body>
  24.    
  25.     <a href="https://www.google.pl/">tekst 1</a>
  26.    
  27.    
  28.    
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment