Answer:
HTTP is called stateless protocol because it does not require server to retain session information.
Step-by-step explanation:
Stateless protocol:-These are the protocols that does not require any server to retain information of the session or the status about the each communications partner in the duration of different requests.
HTTP is also a stateless protocol means connection between the server and the browser is lost when the transaction ends.