Checkbox
Checkboxes allow users to select one or more options.
Radio Button
Radio buttons allow users to select one option from a set.
File Input
File inputs allow users to upload files from their device.
Hidden inputs are used to store data that users don’t see or interact with.
Text Input
Text inputs allow users to enter text data.
Password Input
Password inputs allow users to enter confidential information that is masked.
Image Input
Image inputs are used to submit forms with an image button.
Reset Button
Reset buttons clear all form fields to their default values.
Button
Button inputs trigger JavaScript functions or other actions.
Submit Button
Submit buttons send form data to the server.
Color Input
Color inputs allow users to pick a color.
Date Input
Date inputs allow users to select a date.
Time Input
Time inputs allow users to select a time of day.
Month Input
Month inputs allow users to select a month and year.
DateTime-local Input
DateTime-local inputs allow users to select both date and time.
Week Input
Week inputs allow users to select a week and year.
Email Input
Email inputs validate the email address format.
Tel Input
Tel inputs are used for phone numbers.
URL Input
URL inputs validate the URL format.
Number Input
Number inputs allow users to enter numerical values with optional constraints.
Search Input
Search inputs are optimized for search queries.
Range Input
Range inputs allow users to select a value within a specified range.
Leave a Reply