Horje

How to add HTML <input> autocomplete on Attribute

on Default. Autocomplete is on (enabled)
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="on"><br><br>
  <input type="submit">

Output should be:

How to add HTML <input> autocomplete on Attribute




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