Here is a simple example of a registration form created using HTML. This code will create a registration form with fields for “First name”, “Last name”, “Email”, “Password”, and “Confirm Password”.
```
```
If you want to create a more complex registration form with many elements or customize the style of your form, you may need to use some CSS and Javascript along with HTML. Based on this basic structure, you can add as many fields as needed to your registration form.
Remember, HTML form data is typically sent to a server for processing, you will need a server-side technology to process the input data. This could include languages like PHP, Java, Python, etc.