In computer network communications, the HTTP 404, 404 Not Found, 404 Error, Page Not Found, or File Not Found error message indicates that the browser was able to communicate with a specified server, but the server could not find what was requested. The error can also be used when a server refuses to reveal whether or not it has the requested data.
When a user tries to follow a broken or dead link, the website hosting server will often generate a "404 Not Found" web page; thus, the 404 error is one of the most well-known problems on the Internet.
Following is the HTML, CSS, and Javascript code for creating such pages
See the Pen 404 page by Vidyasheela (@_vidyasheela) on CodePen.
The page will look like this,
If you wish you can directly download HTML files you can visit this link.
Post a Comment
No Comments