Ver ❯
Herramientas SEO
Tamaño del resultado:
668 x 574
×
Cambiar Orientacion
Cambiar tema, Oscuro/Luz
<!doctype html> <html lang="es"> <head> <meta charset="utf-8"> <title>El selector CSS mayor qué ">" (selector de hijos)</title> </head> <body> <a href="https://tutorialesenlinea.futbolgratis.org/" id="mienlace">Ir a Algún Dominio!!!</a> <script> var elemento = document.getElementById( "mienlace" ); // Enfocar el enlace elemento.focus(); </script> </body> </html>