Exercise 14
- Copy and paste the folder
ex_12
and rename as ex_14
index.html
- 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
- 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