Open In App

HTML | DOM Form autocomplete Property

The Form autocomplete property in HTML DOM is used to set or return of the autocomplete attribute. The autocomplete attribute is used to specify whether the autocomplete attribute has “on” or “off” value. When the autocomplete attribute is set to on so the browser will automatically complete the values base on which the user entered before.

Syntax:



Article Tags :