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>Ejemplo prompt </title> <script language="javascript" type="text/javascript"> var nombre = prompt ("Ingrese su nombre", "") document.write( "Hola "+ nombre) </script> </head> <body> </body> </html>