html autocomplette off code example
Example 1: autocomplete off input
autocomplete="off"
Example 2: input without autocomplete
<input type="text" name="foo" autocomplete="off" />
autocomplete="off"
<input type="text" name="foo" autocomplete="off" />