- 1
Can you help me with this question
I can’t seem to figure out the middle blank but did figure out the other 2. What would be my solution to this?
6 ответов
+ 1
What makes you think we can guess what question you are referring to?
It would really help if you could copy the question here, or provide a link to it, maybe?
:-)
0
I am referring to question 1
0
Change the img attribute src
0
Var arr = document.
getElementsByTagName(“blank”);
for(var x=0; x<arr.blank;x++) {
arr[x].blank =“demo.jpg”;
0
Var arr = document.
getElementsByTagName(“img”);// img to change all images
for(var x=0; x<arr.blank;x++) { //length so it only loops however may img tags are
arr[x].src =“demo.jpg”;//src because you change the source
0