The HTML autocomplete attribute accepts 'on' and 'off' as valid values. Setting autocomplete='off' disables the browser's autocomplete feature for that form field, preventing sensitive information from being stored. Values like '0' or 'no-store' are not standard HTML attributes for this purpose.