Skip to content

Mohammed Khaled

HTML inputs types

Estimated reading time: 1 minute

Inputs types

<input type=”text”>

Text

<input type=”password”>

Password

<input type=”radio”>

Radio

<input type=”checkbox”>

Checkbox

<input type=”button”>

Button

<input type=”color”>

Color

<input type=”email”>

Email

<input type=”file”>

File

<input type=”hidden”>

Hidden

<input type=”image”>

Image

<input type=”number”>

Number

<input type=”range”>

Range

<input type=”search”>

Search

<input type=”tel”>

Tel

<input type=”time”>

Time

<input type=”date”>

Date

<input type=”datetime-local”>

datetime local

<input type=”week”>

Week

<input type=”month”>

Month

<input type=”url”>

URL

<input type=”submit”>

Submit

<input type=”reset”>

Reset / Cancel

#HAPPY #CODING

Leave a Reply

Your email address will not be published. Required fields are marked *

error: Content is protected !!