Ver ❯
Herramientas SEO
Tamaño del resultado:
668 x 574
×
Cambiar Orientacion
Cambiar tema, Oscuro/Luz
<!doctype html> <html> <body> <h2>Estructura if</h2> <p id="demo"></p> <script> var mostrarMensaje = true; if(mostrarMensaje) { alert("Hola Mundo Estamos En Tutoriales En Linea"); } document.getElementById("demo").innerHTML = numero3; </script> </body> </html>