<input type="email" required autofocus autocomplete /> code example
Example 1: form input autocomplete off
<input autocomplete="off"></input>
Example 2: autocomplete off input
autocomplete="off"
<input autocomplete="off"></input>
autocomplete="off"