Junior
What new form elements were introduced in HTML5?
sobes.tech AI
Answer from AI
<datalist>: A list of predefined options forinput.<keygen>: Generates a key pair (for creating certificates). (Deprecated)<output>: Container for displaying the result of calculations.<progress>: Displays the progress of a task.<meter>: Displays a scalar measurement within a specified range.