HTML5 Autocomplete Attribute
When a user starts to type in the field, the browser display options to fill in the field, based on previously typed values/history. Autocomplete feature was introduced as an unofficial HTML feature in Microsoft’s internet explorer and was later adopted by a number of other browsers. Chrome introduced a similar Autofill feature in 2011. With HTML5, the autocomplete attribute is an official part of the specification.