Category: Uncategorized
-
Utiliser iFlowGo sur macOS
Bla bla Sommaire show Étape 1 Étape 2 Étape 3 function toggleSommaire() { const list = document.getElementById(“sommaire”); const btn = document.getElementById(“btnSommaire”); if (list.style.display === “none”) { list.style.display = “block”; btn.innerText = “hide”; } else { list.style.display = “none”; btn.innerText = “show”; } } Étape 1: Faire ça ! <details><summary>📑 Sommaire</summary> 📑 Sommaire Étape 1 Étape…
