HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML autocomplete Attribute

HTML autocomplete Attribute

 

 

The autocomplete attribute is used to specify whether a form or an input field should have to autocomplete on or off. It allows the browser to predict value. When a user starts to type, the browser display options to fill in the field.

 

Used With:-

 

Elements Attribute
form autocomplete
input autocomplete

 

Syntax:-

 

Its syntax is:- < element autocomplete="ON|OFF" >

Code Explanation

All Tutorials related to HTML Attributes

All Sections related to HTML