Which is the element that has a src property to initiate HTTP GET request?
Which is the element that has a src property to initiate HTTP GET request? Correct Answer both img and script
Both img and script contains the src property that can be set to initiate an HTTP GET request. The src property sets or returns the value of the src attribute of an image.The required src attribute specifies the URL of an image.