Build Quincy's Job Tips Page - Step 3

Tell us what’s happening:

what am i doing wrong? it says that i should put the q element around the :You can become a developer. which i did

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/144.0.0.0 Safari/537.36 Edg/144.0.0.0

Challenge Information:

Build Quincy’s Job Tips Page - Step 3

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

Take a look at the spacing. There is a space between the comma and You. There should always be a space after a comma in English.

There is no space after the period at the end.

Thank you so much .

i appreciate it

1 Like