Add placeholder text to input elements with the placeholder attribute.
Add the placeholder text & also style it using the placeholder pseudo-element as per the instructions . Refer to the screenshots provided & try to mirror them.
Syntax Hint for targetting placeholder pseudo-element is : input::placeholder {}
Best of luck, developers!