Registration Form
Re-create the sample Registration Form shown below with HTML5:
Minimum Requirements:
- Use of Text input
- Use of Password Input
- Use of Email Input
- Use of Radio Buttons
- Use of Select Tag
- Use of Checkbox Input (make it a required field)
- Use of Submit and Reset Button
- First Name, Last Name, and Email must be required fields
- Radio buttons allow only for 1 selection at a time
- Email must be a valid email address
- Password must be between 5-10 characters
- Use placeholders
- Use label
- Use get “method”
- Your submit button must return all the form input values in the URL
- Add a light background color using the ‘style’ attribute
NOTES:
- Do some research on your own for the requirements that were not discussed during the lectures
- Create 3 drop-down menus for the month, day, and year
- You do not need to include all days and years (minimum of 10 per each is sufficient)


0 comments