After entering correct answer its giving back the error

This is the question

For the two p elements you just added, add dessert as the value of the first p element’s class attribute and the value price as the second p elements class attribute.

And this is what I am trying to submit

<p class="dessert">Donut</p><p class="price">1.50</p>
Still its not getting accepted and giving back the hint:

Test: Sorry, your code does not pass. Don’t give up.

Hint : You should not have any spaces between your p elements.Preformatted text

Edit: I can see some code now. We would still need the link to the challenge, and all of the code. Not just parts, as there may be something that was changed in another area. You can add your code by selecting the format button which looks like </>. Please paste the code between the two lines it gives you

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.