Which of the following are true for the following input control:
<input type="email" required></input>
1. On mobile keyboards on Android, it will typically display a special keyboard with an @ character.
2. To submit the form, you must enter a valid e-mail address, in the sense that the server application behind the form can send e-mail to it.
3. To submit the form, you must enter a value that contains an @ sign and matches some basic rules for e-mail addresses (e.g. no spaces).
4. You can enter more than one e-mail address separated by commas and then submit the form.