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