Specialized Text Inputs

PHOTO EMBED

Tue Aug 30 2022 03:43:19 GMT+0000 (Coordinated Universal Time)

Saved by @cruz #javascript

<form action="https://handlers.education.launchcode.org/request-parrot" method="post">
  <label>Email<input type="email" name="emailAddress"/></label>
  <label>Report Date<input type="date" name="reportDate"/></label>
  <label>Crew Count<input type="number"
  name="crewCount" min="1" max="10"/></label>
  <button>Send Report</button>
</form>
content_copyCOPY

https://education.launchcode.org/intro-to-professional-web-dev/chapters/forms/specialized-text-inputs.html