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

Conte-nos o que está acontecendo:

— Quincy Larson, How to Learn to Code and Get a Developer Job[Full Book].

o código diz que agora ignorando o elemento cite que você acabou de adicionar acima ainda o elemento p deve ser o texto —Quincy Larson, How to Learn to Code and Get a Developer Job [Full Book]. Solícito 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>
        <p>

<!-- User Editable Region -->


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

<!-- User Editable Region -->

        </p>
      </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 10

It looks like you may have changed the starting code in areas you were not asked to change, which will cause the tests to fail. Please click the reset button to restore the original code and try again.

image

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