Skip to main content

Exercise 14

  1. Copy and paste the folder ex_12 and rename as ex_14

index.html

  1. Add the following inputs to the current form:
  2. Add a Date input so the user can select his birthday
  3. Add a Email input
  4. Add a your site URL input
  5. The submit button must be at the bottom of the form
  6. Create a new form that only has a Search input and a submit button with the text search
  7. All new inputs must have a label element with the for attribute configured
  8. All new inputs must have a name attribute to describe the value the user will input