Horje

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

address-level2 Expects the second level of the address, e.g. the city
index.html
Example: HTML
<form action="/action_page.php">
  <label for="address-line">Address:</label>
  <input type="text" id="address-line" name="address-line"  autocomplete="address-level2"><br><br>
  <input type="submit">
</form>

Output should be:

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




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