# Self-review: Create a complex form

1. **What attribute did you apply to the number of people field to set the minimum value?**
    
    * <mark>min</mark>
        
    * minimum
        
    * minlength
        
2. **When you clicked the date of booking field, what was the result?**
    
    * Nothing happened
        
    * <mark>A date picker was displayed</mark>
        
    * A slider appeared
        
3. **When you typed the word hello into the email address field and submitted the form, what was the result?**
    
    * The input field changed to the color red 
        
    * <mark>The web browser prompted to fix the email address format</mark>
        
    * The form submitted successfully
