Need help this is the hint I get “Your input element does not have a placeholder attribute. Check that there is a space after the opening tag’s name and/or there are spaces before all attribute names.”
<input type="text" name="catphotourl">
Challenge: Learn HTML by Building a Cat Photo App - Step 40
As you can see, your task is just to add the ‘placeholder’ attribute into the existing ‘input’ element, and to add a value to that ‘placeholder’ attribute, which is the text “cat photo URL” (just like the text “Email address” is in the given example).