HTML Developer Question: Download HTML Developer PDF

Can you explain five new input types provided by HTML5 for forms?

Tweet Share WhatsApp

Answer:

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.

Download HTML Developer PDF Read All 75 HTML Developer Questions
Previous QuestionNext Question
Tell me how do you make a picture into a background image of a web page?Tell me how do you change the number type in the middle of a list?