Considera el siguiente código. ¿Qué estilo se aplicará al enlace cuando se pase el cursor sobre él?
a:link { color: black; }
a:visited { color: grey; }
a:hover { color: red; }
a:active { color: yellow; }
Considera el siguiente código. ¿Qué estilo se aplicará al enlace cuando se pase el cursor sobre él?
a:link { color: black; }
a:visited { color: grey; }
a:hover { color: red; }
a:active { color: yellow; }