Which HTML tags typically generate a request to retrieve a document?
Answers
Answered by
4
Answer:
HTTP is a protocol which allows the fetching of resources, such as HTML documents. It is the foundation of any data exchange on the Web and it is a client-server protocol, which means requests are initiated by the recipient, usually the Web browser. A complete document is reconstructed from the different sub-documents fetched, for instance text, layout description, images, videos, scripts, and more.
Answered by
0
<form>
<input type = “file”> will do ur job for selecting file which is to be processed
</form> i sthe answer.
Similar questions