Skip to main content

HTML Guide

Free site validation

Find out what web pages on your sites are affected by HTML issues.

Bad value “nope” for attribute “autocomplete” on element “form”.

The correct way to disable autocomplete is using the value off.

Example:

<form autocomplete="off">

Learn more:

Related W3C validator issues