// JavaScript function setCounterValue() { document.getElementById("compteur").innerHTML = "18"; } window.onload = setCounterValue;