Sunday, March 31, 2013

What are the types supported by the HTML input tag ?


What are the types supported by the HTML input tag ?

There are 10 such types :


text
submit
reset
passowrd
radio
button
checkbox
file
hidden
image


HTML 5 now supports additional input types :

color
date
datetime
datetime-local
email
month
number
range
search
tel
time
url
week

No comments:

Post a Comment

rls

To enable row-level security (RLS) in MS SQL Server (2016 and later) , you need to define a security policy that uses a user-defined, inli...