Simple login page using HTML:
1. Open any text editor and create a new file with the .html extension.
2. Begin by creating the basic structure of an HTML document by adding the following code:
<!DOCTYPE html>
<html>
<head>
<title>Login Page</title>
</head>
<body>
</body>
</html>
...
asisdhamala.hashnode.dev2 min read