Create an HTML document called assignment4.html that collects the following information from the user: Member Registrati
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Create an HTML document called assignment4.html that collects the following information from the user: Member Registrati
→ Age has to be at least 18 yrs. old. → The Email field must contain the @and. characters (5% of the mark for using a regular expression - research it on the internet) → The Confirm Password and Password fields should have identical input. → Passwords must have at least 6 characters and must contain at least one digit and one upper-case character. (5% of the mark for using a regular expression - research it on the internet) When the form fields pass validation, an alert message is displayed to show a confirmation message (e.g. "Thanks for registering with our website, your customer record was created successfully."). (10% of the mark) Customize/design your page using a CSS style sheet and graphics of your choice. Include a banner area with graphics and a title of your choice, add additional visual enhancements to the page as you consider suitable.