These form inputs all have name and autocomplete attributes.

If we use known autocomplete values like 'fname' and 'email' then the browser can auto-fill the values, potentially saving the user time.

If we use an unknown value, like 'pizza', then it ensures that the browser doesn't try to guess and map it against a known value.

Trying clicking into one of the first few inputs to see it in action.