Web Technologies (HTML, CSS, JavaScript, HTTP)
Choose the correct description of HTTP status code 404.
- A. A programming language that enables interactive and dynamic behavior on web pages.
- B. An architectural style for web services that uses standard HTTP methods to operate on resources.
- C. An HTTP response status indicating that the requested resource could not be found on the server. ✓
- D. A markup language used to structure content on web pages.
Correct answer
C. An HTTP response status indicating that the requested resource could not be found on the server.
Explanation
HTTP status code 404 refers to an HTTP response status indicating that the requested resource could not be found on the server.