Horje

How to add HTML <input> autocomplete off Attribute

off Autocomplete is off (disabled)
index.html
Example: HTML
<form action="/action_page.php">
  <label for="username">Username:</label>
  <input type="text" id="username" name="username"><br><br>
  <label for="password">Password:</label>
  <input type="password" id="password" name="password" autocomplete="off"><br><br>
  <input type="submit">
</form>

Output should be:

How to add HTML <input> autocomplete off Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin