En el siguiente código CSS, ¿qué color tendrá un enlace cuando se haga clic en él?
a:link { color: red; }
a:visited { color: blue; }
a:hover { color: green; }
a:active { color: yellow; }
En el siguiente código CSS, ¿qué color tendrá un enlace cuando se haga clic en él?
a:link { color: red; }
a:visited { color: blue; }
a:hover { color: green; }
a:active { color: yellow; }