Create a user registration form for a website using the HTML form tags. The form should include the following fields:
The form should also include a Submit button to submit the form and a Reset button to clear the form fields. Additionally, each form element should have a corresponding label element using the HTML label tag.
Preview:

After Learning CSS(Skip for now): Glassmorphism Login Form in HTML & CSS. Add all the required field here.

After Learning JavaScript(Skip for now): After the form is submitted, the user's information should be displayed on a confirmation page using HTML. The confirmation page should include a message welcoming the user to the website and thanking them for registering. The page should also display the user's name, email, date of birth, gender, and interests.