WWW Tutorial

Coming Tutorials

>Home> HTML Tutorial> Form Elements

HTML Tutorial

Coming Tutorials



HTML5 Form Elements

Input elements display many ways it depens on 'TYPE' attributes. In HTML5 new form elements are added like datalist, output.


<datalist> – It specifies a list of options for input controls. <keygen> – This tag generates an encryption key. <output> – It defines the result of an expression.

New HTML5 Elements New HTML5 Types New HTML5 Attributes
datalist color autocomplete
output date autofocus
email form
month min and max
number formaction
range formtarget
search list
time multiple
url formnovalidate
week formnovalidate
datetime-local
datetime formmethod
tel formenctype

Share the article to help your friends