function add(){ var child = document.createElement('li'); child.innerText = 'box'; document.getElementById('list').appendChild(child); }