New form elements by HTML5

Started by Delois, November 21, 2011, 06:51:57 AM

Delois

Forms and methods to get input from users in right way is a key part in functionality of any website. Here are some of the new elements introduced by HTMl5 to make it more efficient.

Datalist : With use of this tag, you can give option to users for selecting any specific input previously added by you.

KeyGen : It is related to security of database and input value. When users give any value, you can generate any secure encrypted value for protection which can be sent to server for further authentication.

Output:
: Now you can directly perform calculation on the value given by users inline. You can display and use final calculated value with this tag.