Criar a página de dicas de trabalho do Quincy - Passo 9

Conte-nos o que está acontecendo:

— Quincy Larson; How to Learn to Code and Get a Developer Job[Full Boo]

o código diz que seu elemento p deve conter o texto &mdsha: Quincy Larson; How to Learn to Code and Get a Developer Job[Full Book]. solicito a correção.

Seu código até o momento

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Quincy's Tips for Getting a Developer Job</title>
  </head>
  <body>
    <h1>Quincy's Tips for Getting a Developer Job</h1>
    <p>
      Learning to code is hard, but as Quincy Larson says,
      <q cite="https://www.freecodecamp.org/news/learn-to-code-book/">You can become a developer.</q>
    </p>

    <main>
      <section>
        <h2>Envisioning Success</h2>
        <blockquote cite="https://www.freecodecamp.org/news/learn-to-code-book/">
          Can you imagine what it would be like to be a successful developer? To have built software systems that people rely upon?
        </blockquote>

<!-- User Editable Region -->

  <blockquote cite="https://www.freecode.org/news/learn-to-code-book/">
  </blockquote>
    <p>&mdash;Quincy Larson;How to Learn to Code and Get a Developer Job[Full Book].</p>

<!-- User Editable Region -->

      </section>
      <section>

      </section>
      <section>

      </section>
    </main>
  </body>
</html>

Informações do seu navegador:

Agente de usuário: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36

Informações do desafio:

Criar a página de dicas de trabalho do Quincy - Passo 9

Hello again,

The text you added does not match exactly to the text in the instructions. To avoid this type of issue, please copy/paste text from the instructions into your code.

Happy coding!