Vidyalelo
JavaScript · Q146

Document Object Model And Event Handling

Programming · JavaScript · question 146

Q146

Which is the element that has a src property to initiate HTTP GET request?

A.
img
B.
iframe
C.
script
D.
both img and script
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
Both img and script contains the src property thatt can be set to initiate an HTTP GET request.