The new Form elements in HTML5 provide for a better functionality. The tags provided to carry out these functions are:
1) <datalist> - It specifies a list of options for input controls. These options are pre-defined.
2) <keygen> - This tag defines a key-pair generator field.
3) <output> - It defines the result of a calculation.
Answers (0)