The correct HTML attribute to disable browser autocomplete for forms is autocomplete="Off". This prevents browsers from automatically filling sensitive form fields like passwords or credit card numbers. Values like "0", "no-store", or other strings don't properly disable the feature across all browsers.