When building login or form pages in HTML, browsers often try to autofill saved usernames and passwords.
This can interfere with testing or styling your inputs.
👉 The quick fix:
<input type="password" name="password" autocomplete="new-password" />