La propiedad HTML BodyElement.aLink se usa para devolver un DOMString que representa el color de los hipervínculos activos.
Nota: esta propiedad no es compatible con HTML5.
Sintaxis:
BodyElement.aLink
Valor devuelto: esta propiedad devuelve un DOMString que representa el color de los hipervínculos activos
Ejemplo 1:
HTML
<!DOCTYPE html> <html> <!-- body tag starts here --> <body aLink = "green"> <center> <h1>GeeksforGeeks</h1> <h2>HTMLBodyElement.aLink Property</h2> <a href = "#"> A computer science portal for geeks </a> </center> <script type = "text/javascript"> console.log(document.body.aLink); </script> </body> </html>
Producción:
Ejemplo 2:
HTML
<!DOCTYPE html> <html> <!-- body tag starts here --> <body aLink = "red"> <center> <h1>GeeksforGeeks</h1> <h2>HTMLBodyElement.aLink Property</h2> <a href = "#"> A computer science portal for geeks </a> </center> <script type = "text/javascript"> console.log(document.body.aLink); </script> </body> </html>
Producción:
Navegadores compatibles:
- Google Chrome
- explorador de Internet
- Firefox
- Safari
- Ópera
- Borde