CSS Links Sequence


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. a:link {
  2. color: #;
  3. text-decoration: underline
  4. }
  5. a:visited {
  6. color: #;
  7. }
  8. a:hover,
  9. a:focus {
  10. color: #;
  11. text-decoration: none;
  12. }
  13. a:active {
  14. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.