Question: In the index.html file in this directory, create a form that asks for a users email address, phone number, and date of birth. There should
In the index.html file in this directory, create a form that asks for a users email address, phone number, and date of birth. There should also be a submit button.
Be sure to:
Use the best HTML types
Use additional HTML attributes to present mobile keyboards suited to the input task
Use semantically associated
Use some kind of semantic grouping structure in HTML to keep labels and inputs together
Then, in the screen.css file, do the following:
Open with a rich set of reset CSS styles (such as Eric Meyer)
Include a set of normalization styles for your forms (such as the Form area of Normalize.css)
Use CSS to stylalize the form between a scroll friendly mobile first, and a sectioned desktop version.
As with all labs, be sure that you are doing multiple, granular/atomic commits as you complete your work.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
