Input Types
Loading "Input Types"
Run locally for transcripts
π¨βπΌ We need quite a few more fields. Luckily the web platform has some great
input types we can use. π Check out all the
standard
<input />
types here.For us, we need to add types for the password, photo, favorite color, and start
date. Please add inputs for those fields.
π¦ You may notice a full page refresh when you submit the form. We'll talk
about this in a future step.