Input Types

Loading "Input Types"
πŸ‘¨β€πŸ’Ό 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.