What does the multiple attribute do in an email input field?
multiple
<input type="email" name="email" multiple>
Validates multiple domain extensions
Allows the input of multiple email addresses
Allows multiple @ symbols in the email address
Allows multiple email fields in the same form