Build a Bookstore Page - Step 12

Tell us what’s happening:
Describe your issue in detail here.

Hi, I have no idea which part is incorrect?

Buy Now

Your code so far

<html lang="en">
<head>
  <meta charset="UTF-8" />
  <title>XYZ Bookstore Page</title>
</head>

<body>
  <h1>XYZ Bookstore</h1>
  <p>Browse our collection of amazing books!</p>
  
  <div class="card-container">
    <div class="card" id="sally-adventure-book">
      <h2>Sally's SciFi Adventure</h2>
      <p>This is an epic story of Sally and her dog Rex as they navigate through other worlds.</p>
      <button class="card btn">Buy Now</button>
    </div>
  </div>
</body>

</html>

Your mobile information:

iPad - iPadOS26.4

Challenge: Build a Bookstore Page - Step 12

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

I put value “btn” in class attribute but it doesn’t go through.

are you sure about the class attribute? what does the description ask you?

Welcome to the forum @y891162!

Don’t the instructions say you should create a button element inside the element with a class of card?

Isn’t that this?

Then the instructions say:

give the button a class attribute set to btn

And here’s your code:

Is that what your button’s class attribute is set to?

Happy coding