You made changes where you shouldn’t have. I would restart the step to get the original HTML back.
The only thing you want to do is add the class attribute with a value of item to the article element. You would do this just like you added the flavor class or price class to the p elements.
If you want to paste code in here you’ll need to use the triple back tick method. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key. You may also be able to use Ctrl+e to automatically give you the triple back ticks while you are typing in the this editor and the cursor is on a line by itself. Alternatively, with the cursor on a line by itself, you can use the </> button above the editor to add the triple back ticks.
Well, I just tried it and it worked for me. So either you are not adding the item class correctly to the article element or you are doing something else that is causing the test to fail. Please paste all of your HTML in here (not just the part you are working on) so we can see what you are doing.
Did you read what I posted above about how to paste your HTML in here? You must follow those instructions or we won’t be able to see what you are doing.
Hello!
I believe what BBSmooth is explaining to you is that you need to not add a new p element with the class item. The class item is only to be added to the article element under the Coffee. It should be added the same way that you added the flavor class within the p element. strong textOnly entering the class item within the article element. Do not add a p element within it.
I hope this helps some.