Build a Bookstore Page - Step 9

Tell us what’s happening:

I have tried to insert the button element however way I can, but I just can’t seem to get it.

Your code so far

<h1>XYZ Bookstore</h1>
<p>Browse our collection of amazing books!</p>
<div class="card-container">

<!-- User Editable Region -->

  <div class="card" <button="btn"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>
  </div>

<!-- User Editable Region -->

</div>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36

Challenge Information:

Build a Bookstore Page - Step 9

Hi there and welcome to the forum!

Please reset the step and follow the instructions.
Mind that you need to place the button on the 7th line (empty line).

If you need to learn more about syntax, check this link:
https://www.w3schools.com/tags/tag_button.asp

Hii buddy see here how you’ve used the h2 tag and so like that you need to create the button element.

In your code you haven’t added the close button element.

Kindly do add it please.