HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <form action="/user-name.php"> <textarea name="name" autocomplete="on" col="30" rows="4" placeholder="Name,please?"> </textarea> <input type="submit" value="Submit"> </form> <p><strong>Note</strong>: The autocomplete attribute in textarea is not supported in any modern web browser.</p> </body> </html>
OUTPUT
×

Save as Private