The ______ attribute is used to specify whether an input element should have autocomplete enabled or not.

  • autocomplete 
  • autocorrect 
  • autofill 
  • autosuggest 
The autocomplete attribute specifies whether an input field should have autocomplete enabled. When set to "on", the browser will pre-fill the input based on earlier typed values. When set to "off", it prevents the browser from suggesting previous entries. This attribute enhances user experience but can also be turned off for privacy or security reasons. 
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *