Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 737 Bytes

ex_14.md

File metadata and controls

16 lines (14 loc) · 737 Bytes

Exercise 14

  • Copy and paste the folder from exercise 12

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