---
title: "Which are all the new form elements used in HTML5?"  
description: "Which are all the new form elements used in HTML5?"  
author: "AVADHESH PATEL"  
published: 2012-10-08  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/1545/which-are-all-the-new-form-elements-used-in-html5  
category: "html5"  
tags: ["html5"]  
reading_time: 1 minute  

---

# Which are all the new form elements used in HTML5?

<datalist> - Specifies a list of pre-defined options for input controls\
<keygen> - Defines a key-pair generator field (for forms)\
<output> - Defines the result of a calculation

## Answers

### Answer by AVADHESH PATEL

<datalist> - Specifies a list of pre-defined options for input controls\
<keygen> - Defines a key-pair generator field (for forms)\
<output> - Defines the result of a calculation


---

Original Source: https://www.mindstick.com/interview/1545/which-are-all-the-new-form-elements-used-in-html5

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
