HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <form action="/user-name.php"> Name: <input type="text" name="name" autocomplete="on"> <input type="submit" value="Submit"> </form> <p><strong>Follow the steps to experience autocomplete attribute</strong></p> <ol> <li>Type a name i.e) banana</li> <li>click submit button.</li> <li>Click run button.</li> <li>Now type just <strong>b</strongt></li> </ol> </body> </html>
OUTPUT
×

Save as Private