From 59cdc1c73bcc5114d06074360d4b226e0c7a2394 Mon Sep 17 00:00:00 2001 From: Jay Kumar Date: Sat, 15 Mar 2025 12:13:09 +0530 Subject: [PATCH] first commit --- README.md | 12 ++- project.html | 207 +++++++++++++++++++++++++++++---------------------- 2 files changed, 131 insertions(+), 88 deletions(-) diff --git a/README.md b/README.md index 1523e52..cfda840 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ -# login-page \ No newline at end of file +# login-page + +Great! If you’ve already created a login page and want to enhance it, here are some extra points or features you could consider adding: + +# Input Validation: +Client-Side Validation: Ensure that the email/username and password inputs are not empty or improperly formatted (e.g., email format, password length). +Password Strength Indicator: Provide feedback on password strength (weak, medium, strong). +# Error Handling: +Display specific error messages (e.g., "Invalid username or password") to help the user understand what went wrong. +3. Remember Me Option: +Implement a “Remember Me” checkbox to keep the user logged in across sessions using cookies or local storage. \ No newline at end of file diff --git a/project.html b/project.html index 80c3b22..9dffc1f 100644 --- a/project.html +++ b/project.html @@ -1,127 +1,160 @@ - - - - - Exam Registration - + - -
-

Exam Registration Form

- -
- - - - - - - - - - - - - - - -
- - -
- - -
+
+
+

Exam Registration

+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +
+

+
- + + - + \ No newline at end of file