top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Do you know New Input Type Attribute in HTML5

0 votes
367 views
Do you know New Input Type Attribute in HTML5
posted Nov 25, 2015 by Sathaybama

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

we can use below new input type Attribute in HTML5
Type Value
tel The input is of type telephone number
search The input field is a search field
url a URL
email One or more email addresses
datetime A date and/or time
date A date
month A month
week A week
time The input value is of type time
datetime-local A local date/time
number A number
range A number in a given range
color A hexadecimal color, like #82345c
placeholder Specifies a short hint that describes the expected value of an input field

answer Nov 25, 2015 by Shivaranjini
...