JS Agregar elemento HTML a Div
parentDiv.appendChild(childElement);
Emily Salum
parentDiv.appendChild(childElement);