Multiple choice technology security

The correct way to disable autocomplete in the browser for certain forms is to ….

  1. Set autocomplete to “0”

  2. Set autocomplete to “Off”

  3. Set autocomplete to some other value

  4. Set autocomplete to “no-store”

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The correct way to disable browser autocomplete is setting autocomplete='Off'. Options A (value '0') and D (value 'no-store') are not standard values for this attribute. Option C is too vague. The 'Off' value is the HTML standard for disabling autocomplete.