address-line2 | Expects the second line of the street address |
Example:
HTML
<form action="/action_page.php">
 <label for="address-line2">Address:</label>
 <input type="text" id="address-line2" name="address-line1" autocomplete="address-line2"><br><br>
 <input type="submit">
</form>
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |