Multiple choice technology web technology

HTML code 205 specifies ___________ .

  1. The client failed to sent a request in the time allowed by the server.

  2. The request was successful but the User-Agent should reset the document view that caused the request.

  3. The requested response is at a different URI and should be accessed using a GET command at the given URI.

  4. Reserved for future use.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

HTTP 205 Reset Content tells the client to reset the document view (such as clearing form fields) after a successful request. This is commonly used after form submissions to indicate the request succeeded and the UI should be cleared for new input.