The "element " in the question is a div, previously obtained through the var abc=document.getElementById () method and then uses the var comn=abc.getElementsByTagName ( "div ") method to get the collection of div under the abc and report an error. Can ...