Note: Creates a <caption> element associated with the specified table. The contents of the <caption> must also be set at run time. Syntax: document.getElementById("tableID").createCaption() document.all.tableID.createCaption() // IE only