HTML tutorial in Hindi | Chapter 8 | Forms and Inputs in HTML

Опубликовано: 23 Октябрь 2024
на канале: STUDY BOX
6
1

We have number of HTML Input types which can be used in form.
HTML Input Types
Here are the different input types you can use in HTML:

input type="button"
input type="checkbox"
input type="color"
input type="date"
input type="email"
input type="file"
input type="hidden"
input type="image"
input type="month"
input type="number"
input type="password"
input type="radio"
input type="range"
input type="reset"
input type="search"
input type="submit"
input type="tel"
input type="text"
input type="time"
input type="week"
Tip: The default value of the type attribute is "text".