Select the true statement from those listed below.
◦ The input element with type="date" will cause all browsers to display a calendar control.
◦ The required attribute will cause all browsers to verify that the user has entered information into the form control.
◦ The input element with type="email" will cause browsers that do not support the attribute to display a text box.
◦ The input element with type="email" will cause all browsers to edit for a valid e-mail address.