Stuck on Step 42?

I am having trouble on this step. I thought I did this good but it is telling me some errors!

Hello, welcome to our forum @harveylm
It’s hard for us to work with a screenshot. Post your code here, as it is easier to work with it. You can follow the steps below if you do not know how.

Please update the message to include your code.

When you enter a code, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

1 Like
 <article clas="item">
            <p>Caramel Macchiato</p>
            <p>3.75</p>
          </article>
          <article class="item">
            <p>Pumpkin Spice</p>
            <p>3.50</p>
          </article>
          <article class="item">
            <p>Hazelnut</p>
            <p>4.00</p>
          </article>
          <article class="item">
            <p>Mocha</p>
            <p>4.50</p>
          </article>

Also, which lesson is this?

1 Like

This is lesson 42 of the code camp

I’m asking about the lesson name.

1 Like

You have spelling error here

that is why the test is failing

2 Likes

But also, when asking for help on the forum it is best to use the ask for help button in the challenge which will generate your code and the lesson so people will know how to best assist.

I was able to find the lesson you were working on and updated your post, but in the future you want to make sure to supply this information so we can help :+1:

2 Likes

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