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.