I have many in my html and want to add more through javascript. However, using innerHTML is just replacin
innerHTML
Just:
document.getElementById('myDiv').innerHTMl += "New Content";