Horje

How to add HTML <input> autocomplete address-line1 Attribute

address-line1 Expects the first line of the street address
index.html
Example: HTML
<form action="/action_page.php">
  <label for="address-line1">Address:</label>
  <input type="text" id="address-line1" name="address-line1"  autocomplete="address-line1"><br><br>
  <input type="submit">
</form>

Output should be:

How to add HTML <input> autocomplete address-line1 Attribute




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