DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Recommended Order Links Css Rules
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 */





