- Copy and paste the folder
ex_12
and rename asex_14
- Add the following inputs to the current form:
- Add a Date input so the user can select his birthday
- Add a Email input
- Add a your site URL input
- The submit button must be at the bottom of the form
- Create a new form that only has a Search input and a submit button with the text search
- The form action must point to google https://www.google.ca/search
- The search input name must be q
- By submitting the form you'll get a URL like: https://www.google.ca/search?q=YOUR_SEARCH_VALUE
- All new inputs must have a label element with the for attribute configured
- All new inputs must have a name attribute to describe the value the user will input