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
AnswerAnswer: 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.