how to remove an element from html javascript code example Example: remove div javascript var div = document.getElementById('div-01'); div.remove();