showing results for - "js add content"
Holly
23 Jun 2019
1document.getElementById("parentID").appendChild(/*..your content created using DOM methods..*/)
2