Scrivere testo con Alert





https://www.w3schools.com/js/tryit.asp?filename=tryjs_output_alert



<!DOCTYPE html>
<html>
<body>

<h2>My First Web Page</h2>
<p>My first paragraph.</p>

<script>
window.alert(5 + 6);
</script>

</body>
</html>










( scriveretestoconalert.html )- by Paolo Puglisi - Modifica del 17/12/2023