Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (14 loc) · 766 Bytes

ex_14.md

File metadata and controls

16 lines (14 loc) · 766 Bytes

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