Kizspy | Question: 22
(Choose 1 answer)
What statement do you insert the 3rd line to get a list of images in the document?
1. function demo()
2.
{
3.
4.
}
FJOVERFLOW.Com
A. var list document.getElementById("abc")
B. var list=document.getElementsByTagName("image")
C. var list=document.getElementsByTagName("img")