Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please create form exactly the same as the figure. What you will need to do is to code the form controls elements to have the
Please create form exactly the same as the figure.
What you will need to do is to code the form controls elements to have the following: - First Name - this field should be required and accept a maximum of 15 characters - Last Name - this field should accept only a maximum of 25 characters - Age - this field should accept only numbers between 18 and 99 (both included) - Email - this field should be required - Date of Membership - this field should accept a date but only up to 2020-12-31 - the user should not be able to enter any date after that limit. - Choose your reward - this will be a field with the options as shown in the right bottom part of the image below The image below shows how the form will be shown on the page - notice that the CSS is using the pseudo-class :focus to give the gold color when a field is selected by the user (when the field receives the focus). You should make your form accessible and you should use the new HTML5 elementsStep 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