'autocomplete' Syntax and Note
Note:
This attribute helps users quickly enter information into a form.
autocomplete stores and recalls data entered into the text and
password <input> elements
autocomplete is a Boolean attribute, taking values on and off.
off is the default value.
Syntax:
<element autocomplete="value">
Related examples in the same category