⟩ Can you explain five new input types provided by HTML5 for forms?
Following are the important, new data types offered by HTML5:
☛ Date: It allows the user to select a date.
☛ datetime-local: This input type allows the user to select a date and time without time zone.
☛ datetime: This input type allows the user to select a date and time with time zone.
☛ month: It allows the user to select a month and year
☛ email: These input fields used to contain an e-mail address.