<!DOCTYPE html> <html> <body> <h1>The autocomplete attribute</h1> <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> </body> </html>