Kizspy | Question: 18
(Choose 1 answer)
var list=document.getElementById("demo").getElementsByTagName("img")
Choose the right output?
A. Return array
B. Return all img tags in the tag with id="demo"
C. Return all img tags in a document
D. None of the others