JS Ajouter un élément HTML à DIV
parentDiv.appendChild(childElement);
Emily Salum
parentDiv.appendChild(childElement);