This is the correct order to place the styles in your Cascading Style Sheet(CSS) markup to style links.
The order does matter as out of order markup can lead to lost properties.
a:link {} a:visited {} a:focus {} a:hover {} a:active {}
Tags: CSS
This is the correct order to place the styles in your Cascading Style Sheet(CSS) markup to style links.
The order does matter as out of order markup can lead to lost properties.
a:link {} a:visited {} a:focus {} a:hover {} a:active {}
Tags: CSS