remove object from the page javascript code example Example: remove div javascript var div = document.getElementById('div-01'); div.remove();