![]() |
The HTML <form> autocomplete attribute is used to specify that the form has autocompleted on or off value. When the autocomplete attribute is set to “on“, the browser will automatically complete the values based on which the user entered before. Syntax: <form autocomplete="on|off"> Attribute values:
Example 1: This example illustrates the use of the <form> autocomplete attribute set to “on”. HTML
Output: Example 2: This example illustrates the use of the <input> autocomplete attribute set to “off”. HTML
Output: |
Reffered: https://www.geeksforgeeks.org
HTML |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 11 |