Build Quincy's Job Tips Page - Step 3

Tell us what’s happening:

Learning to code is hard, but as Quincy Larson says,You can become a developer.

And I get this message: “You should only add q tags around the appropriate part of the sentence without changing the original text. The p element should still read: Learning to code is hard, but as Quincy Larson says, you can become a developer.” If I change the “Y” to “y” in “you can become a developer”, I get the following message: “Your q element should have the text You can become a developer.”

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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36

Challenge Information:

Build Quincy’s Job Tips Page - Step 3

You are missing a space here, after the comma.

1 Like