Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Assume your project is Hospital register Q1. Registration Form This question is related to your chosen project. Design a subscription page for new user. A
Assume your project is Hospital register
Q1. Registration Form This question is related to your chosen project. Design a subscription page for new user. A typical new registration form requires user first name, last name, gender, email address and password. Other fields might be needed according to your chosen project. General requirements. 1. Your file name must be register.html 2. Must have a header section which displays your project logo (company name, etc). 3. Must have a footer section with contact us information (email, phone, Facebook, Instagram, etc) 4. The user registration form and any extra necessary fields to your project. 5. External CSS file (mystyle.css) to format your webpage style. 6. DON'T use any inline Style sheet formats. 7. Must validate user information using JavaScript on the client side and before submitting it to the server. (valid email, required fields, and password). Your javascript code must be in an external file called validation.js) 8. On submit the page will be sent to a file called "register.php" 9. You must validate your HTML code using a validator before submitting your file. Show your validation report or display an image stating that this page has been validated using validator.io for example)Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started