Horje

How to add HTML <input> autocomplete country-name Attribute

country-name Expects the country name
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="country-name"><br><br>
  <input type="submit">
</form>

Output should be:

How to add HTML <input> autocomplete country-name Attribute




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