Web Technologies (HTML, CSS, JavaScript, HTTP)
What is the function or purpose of HTTP status code 200?
- A. An HTTP response status indicating that the request was successful. ✓
- B. A web design approach that makes pages render well across different screen sizes and devices.
- C. A server-side mechanism used to store user information across multiple page requests.
- D. A browser security mechanism that controls whether a web page can request resources from a different origin.
Correct answer
A. An HTTP response status indicating that the request was successful.
Explanation
HTTP status code 200 refers to an HTTP response status indicating that the request was successful.