Cambiare dimensione testo DIV con Button





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


<!DOCTYPE html>
<html>
<body>

<h2>What Can JavaScript Do?</h2>

<p id="demo">JavaScript can change the style of an HTML element.</p>

<button type="button" onclick="document.getElementById('demo').style.fontSize='35px'">Click Me!</button>

</body>
</html>










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