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>Javascript usando PHP</title> </head> <body> <script> alert('Bienvenido') </script> <?php echo "<script> var nombre = prompt('ingresa tu nombre') document.write(nombre) </script>"; ?> </body> </html>