Build quincy's job tips page

The error occurs because the paragraph (p) element does not contain the exact required text.
FreeCodeCamp checks the content character by character, so even a small difference will cause the test to fail.

Common reasons for this error include:

  • Using the em dash symbol () instead of the HTML entity —

  • Adding a space after — (it must be —Quincy, not — Quincy)

  • Missing the period (.) at the end of the sentence

  • Extra spaces or line breaks inside the <p> element

  • Placing the <p> element inside the <blockquote> instead of below it

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

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