HTML question detail
What is form `autocomplete` and why should you use it?
autocomplete helps browsers fill known values like name, email, address, and one-time codes.
Correct tokens (email, given-name, one-time-code) improve speed and reduce user input errors.