It is incorrect because you have syntax errors here
Refer back to earlier places where you had to add a class to an element and compare that with that you are trying to do here. That will help you see your issue.
Hey,
the class attribute should be added inside the opening tag of an element. Look at your div element and see if you can spot the difference.
If you’re still facing errors, you can share your code and we’ll help.
Good luck!
your opening tag is <p> the class attribute is after that, so it’s not inside the opening tag and is not being applied, it must be inside the opening tag, that means before the >
Hi again,
It looks like you’ve edited the orginal code. There is supposed to be an opening article tag above the coffee h2 tag. Reset your code to get it back and just add the class to your p element.
Hi again,
Can you share the code with us? You can add the code in the editor, select it and press Ctrl + e to make it readable.
If everything is correct and it’s still not passing, then I suggest using a different browser or hard refreshing the page.