Ver ❯
Herramientas SEO
Tamaño del resultado:
668 x 574
×
Cambiar Orientacion
Cambiar tema, Oscuro/Luz
<!doctype html> <html> <head> <title>Ejemplo objeto anchor</title> </head> <body> <a name="arriba" target="_top"><h2>Inicio</h2></a> <script language= "javascript" type= "text/javascript"> var i; for (i=0;i<document.anchors.length;i++){ document.write("Name : " + document.anchors[i].name + "<br><br>"); document.write("Target : " + document.anchors[i].target + "<br>"); document.write("<br><br>"); } </script> <img src="https://tutorialesenlinea.descargarjuegos.org/s/posts/2018-08//1533769556_curso-de-bsico-de-js_tutoriales_en_linea.webp" border="0" name="imagencita" <br><br> <a href="#arriba">Subir</a> </body> </html>