Télécharger au format txt, pdf ou txt
Télécharger au format txt, pdf ou txt
Vous êtes sur la page 1sur 1

<!

DOCTYPE html>
<html>
<body>

<h1>My First JavaScript</h1>

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

<script>
function myFunction() {
document.getElementById("en ligne :").style.fontSize = "25px";
document.getElementById("Du n'importe quoiDu n'importe quoiDu n'importe quoiDu
n'importe quoiDu n'importe quoiDu n'importe quoiDu n'importe quoi
en ligne :</Br></Br></Br></Br></Br></Br></Br></Br></Br></Br></Br></Br></Br></Br></
Br></Br></Br></Br>
Du n'importe quoi").style.color = "red";
document.getElementById("demo").style.backgroundColor = "yellow";
}
</script>

<button type="button" onclick="myFunction()">Click Me!</button>

</body>
</html>

Vous aimerez peut-être aussi