Build Quincy's Job Tips Page - Step 4

Tell us what’s happening:

I keep getting tests telling me the content of the cite attribute, that I have already inserted. I cannot move forward.

Your code so far

<!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, 

<!-- User Editable Region -->

    <q cite="https://www.freecodecamp.org/news/ learn-to-code-book/.">
      You can become a developer.
      </q>
  
      

<!-- User Editable Region -->

    </p>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0

Challenge Information:

Build Quincy’s Job Tips Page - Step 4
https://www.freecodecamp.org/learn/full-stack-developer/workshop-quincys-job-tips/step-4

There is a space after news/ and a dot at the end.

2 Likes