text inputs

PHOTO EMBED

Tue Aug 30 2022 03:42:39 GMT+0000 (Coordinated Universal Time)

Saved by @cruz #javascript

<form action="https://handlers.education.launchcode.org/request-parrot" method="post">
   <label>Code Name<input type="text" name="codeName"/></label>
   <label>Code Word<input type="password" name="codeWord"/></label>

   <!-- textarea must have open and closing tags -->
   <label>Mission Description<br/>
      <textarea name="description" rows="5" cols="75"></textarea>
   </label>

   <button>Send Report</button>
</form>
content_copyCOPY

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