Navigation & Inputs · Inputs & Forms
Label
also known as Field label, Form label
A label is the short, always-visible text that identifies a form field, such as 'Email address' above an input. It stays present so users know what to enter even after typing begins. Proper labels are essential for accessibility and screen readers.
Don't confuse it with
A label always stays visible and names the field; a placeholder is hint text inside the field that disappears once typing starts. Never rely on a placeholder in place of a label.
In the wild
The 'Password' text sitting above a password input.