Build Quincy's Job Tips Page - Step 3

Tell us what’s happening:

i’m wrapping “You can become a developer” with and it wont pass

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>

<!-- User Editable Region -->

    <p>Learning to code is hard, but as Quincy Larson says,<q>You can become a developer</q></p>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36

Challenge Information:

Build Quincy’s Job Tips Page - Step 3

Hi buddy, Here this is the full p tag which you need to wrap-up with the q element

You can become a developer.

Here the dot is missing from your code.

Kindly do add that, Hope this helps