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 alert </title> </head> <body> <script language="javascript" type="text/javascript"> function HolaMundo() { alert("¡Hola, mundo!"); } </script> <form> <input type="button" name="Boton" value="Pulsame" onclick="HolaMundo()"> </form> </body> </html>