WED201c_-_FA_2024_-_FE_3151.webp
T

WED201c_-_FA_2024_-_FE_3151.webp

Kizspy | Question: 23 (Choose 1 answer)
function change(obj)
{ var tag=document.getElementById("demo");tag.src=obj.src;
} <body><img src="image.jpg" id="demo"><img src="image2.jpg" onmouseover="change(this)">
</body>
What output is right of above function?
A. To change the src property of the image with id="demo"
B. To change the src property of the image
C. To change the src property of the image that holds the event
D. None of the others
FUOVER

Thông tin

Category
WED201c
Thêm bởi
ThuyPhuong86
Ngày thêm
Lượt xem
4,780
Lượt bình luận
21
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom