Leakbali
w3 Tutorial, Web Tutorial
Register   Login
Share

autocomplete Attribute 


The autocomplete attribute specifies that the form or input field should have an autocomplete function.

Note:The autocomplete attribute works with <form>, and the following <input> types: text, search, url, telephone, email, password, datepickers, range, and color.

When the user starts to type in an autocomplete field, the browser should display options to fill in the field:
<form action="demo_form.asp" method="get" autocomplete="on">
First name: <input type="text" name="fname" />
Last name: <input type="text" name="lname" />
E-mail: <input type="email" name="email" autocomplete="off" />
<input type="submit" /> </form>
Note: In some browsers you may need to activate the autocomplete function for this to work.
More Tutorial
  1. HTML5 - New Form Attributes
  2. HTML5 - Browser Support
  3. HTML5 - autocomplete Attribute
  4. HTML5 - autofocus Attribute
  5. HTML5 - form Attribute
  6. HTML5 - Form Override Attributes
  7. HTML5 - height and width Attribute
  8. HTML5 - list Attribute
  9. HTML5 - min, max and step Attributes
  10. HTML5 - multiple Attribute
  11. HTML5 - novalidate Attribute
  12. HTML5 - pattern Attribute
  13. HTML5 - placeholder Attribute
  14. HTML5 - required Attribute

Tutorial


References

About Us

Home
About Us
Contact Us
Sitemap

Tools

Google PageRank
Alexa Rank
Keywords Density

Accounts

Register Account
Login
Valid XHTML 1.0 TransitionalValid CSS!
Web Directory


2006 - 2012 © Leakbali.com - Free Web Tutorial, Free Web Articles, Web Sharing, Source Codes, Web References