Note: Removes the <caption> element from a table. Syntax: document.getElementById("tableID").deleteCaption() document.all.tableID.deleteCaption() // IE only