Recommended Order Links Css Rules
Join the DZone community and get the full member experience.
Join For Free
a:link {color: blue;} /* specificity = 1,1 */
a:active {color: red;} /* specificity = 1,1 */
a:hover {color: magenta;} /* specificity = 1,1 */
a:visited {color: purple;} /* specificity = 1,1 */
Links
Opinions expressed by DZone contributors are their own.
Comments