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

Conte-nos o que está acontecendo:

...

Importance of Network

So much of getting a job is who you know.

It's OK to be an introvert, but youbdo need tobpush your boundaries.

Creat GitHub, Twitter snd Discord account.

Go to tech meetups and conferences. Travel if you have to.

o código diz que os quatro p dr devem serem colocados dentro do elemento blockquote.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>
        <p>
          &mdash;Quincy Larson, <cite>How to Learn to Code and Get a Developer Job [Full Book]</cite>
        </p>
      </section>
      <section>
        <h2>Importance of Networking</h2>
        <blockquote cite="https://www.freecodecamp.org/news/learn-to-code-book/">

<!-- User Editable Region -->



  <section>
    <h2>Importance of Network</h2>
    <blockquote cite="https://freecodecamp.org/news/learn-to-code-book/">
    <p>So much of getting a job is who you know.</p>
<p>It's OK to be an introvert, but you do need to push your boundaries.</p>
<p>Creat GitHub, Twitter, LinkedIn,and Discord accounts</p>
<p>Go to tech meetups and conferences.Travel if you have to.</p>
</blockquote>
</section>

<!-- User Editable Region -->

        </blockquote>
      </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 12

Hello @robertrosadelima ,

Please pay attention to where you are asked to write new code.

This is a snippet of the starting code for Step #12:

You are asked to write your code on the highlighted line with the red arrow.

Notice that this line is already inside a section element that contains an h2 element and a blockquote element.

You are asked to write the new code inside the blockquote element…nothing else.

Please reset this step and try again. Do not add any code you were not asked to add!

Happy coding!

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