a vs a:link, What is the difference?
问题 What is the differences between a {...} and a:link{...} ? Are there different usages, and benefits between them? 回答1: According to W3C a:link is for not visited, a:visited is for visited, and just a applies to both. 回答2: a covers all the bases. a:link is used only if the link in un- visited , un- hover ed, and in- active . So, use a for things like font-family (if you want links to come up in a different font), then use link for the standard formatting, and visited , hover and active for