13
¿Cómo cambiar el estilo del cuadro de alerta?
Necesito cambiar el estilo del botón "Aceptar" en una alerta cuadro de . <head> <script type="text/javascript"> function show_alert() { alert("Hello! I am an alert box!"); } </script> </head> <body> <input type="button" onclick="show_alert()" value="Show alert box" /> </body> Ejecutar fragmento de códigoHide resultsExpandir fragmento
123
javascript
css