In the following CSS code, what color will a link be when clicked on?
a:link { color: red; }
a:visited { color: blue; }
a:hover { color: green; }
a:active { color: yellow; }
In the following CSS code, what color will a link be when clicked on?
a:link { color: red; }
a:visited { color: blue; }
a:hover { color: green; }
a:active { color: yellow; }