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.
Loading...
Related Quiz
- How does the "async" attribute affect script loading and execution?
- What happens when a block element is placed inside an inline element, according to HTML5 specifications?
- To apply alternate row coloring in a table with CSS, you can use the ______ pseudo-class selector.
- The _______ attribute in the blockquote element is used to provide the URL of the quoted source.
- Which attribute needs to be set to make a dropdown list accept multiple selections?