Text-based form inputs have a placeholder attribute that lets us add a hint about what kind of data the field expects.
Most browsers display the value of the placeholder attribute within the form control as black text with a reduced opacity.
We can change the appearance of this text using the ::placeholder pseudo-element selector.