0

HTML 5 NEW INPUT TYPES

Posted by Nantharupan on 1:26 AM in , ,
HTML 5 added a lot of new input types. We can do the validation easily with the newly added features.

Newly added input types are follows
  1. url
  2. tel
  3. number
  4. email
  5. color
  6. date
  7. datetime
  8. datetime-local
  9. month
  10. range
  11. search
  12. time
  13. week

Some Examples

Color : 
HTML Code
<input  type="color" />

Favorite Color:

Date :
HTML Code
<input type="date" />

Date of Birth:

Number :
HTML Code
<input type="number" name="quantity" min="1" max="5">

Age :

















0 Comments

Post a Comment

Popular posts

Copyright © 2009 On the way All rights reserved. Theme by Laptop Geek. | Bloggerized by FalconHive.