Here’s a simple example of an HTML form that collects basic user information: Copy code Sample HTML Form

Registration Form











This form includes text, email, password inputs, radio buttons, a checkbox, and a submit button. You can customize the action attribute to specify where the form data should be sent.