What are the new Form elements made available in HTML5?

Asked: Apr 15, 2023

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.

 

Asked by brijesh

Answers (0)

No answers yet. Be the first to answer!