Advertisement
pusatdata

Kode Spesifik Link/Hover

Jan 4th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <style>
  2. a.ex1:link {color: yellow;}
  3. a.ex1:hover {color: white;}
  4. a.ex1:active {color: red;}
  5. </style>
  6.  
  7. <a class="ex1" href="https://pustakakoran.com">
  8. LINK TUJUAN
  9. </a>
  10.  
  11. KODE LINK:
  12. a:link - a normal, unvisited link
  13. a:visited - a link the user has visited
  14. a:hover - a link when the user mouses over it
  15. a:active - a link the moment it is clicked
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement