انواع مختلف ورودیها در HTML:
text : متنpassword : رمز عبورemail : ایمیلnumber : عددcheckbox : چکباکسradio : رادیو<input type="text" placeholder="متن">
<input type="password" placeholder="رمز عبور">
<input type="email" placeholder="ایمیل">
<input type="number" placeholder="عدد">
<input type="checkbox"> چکباکس
<input type="radio" name="gender"> مرد