Build a Bookstore Page - Step 19

Tell us what’s happening:

I think is something simple which is not letting me pass

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="btn">Buy Now</button>
    </div>
    <div class="card" id="dave-cooking-book">
      <h2>Dave's Cooking Adventure</h2>
      <p>This is the story of Dave as he learns to cook everything from pancakes to pasta, one recipe at a time.</p>
      <button class="btn">Buy Now</button>
    </div>
  </div>

<!-- User Editable Region -->

...
 <div class="btn-container" 
   <button id="view-cart-btn"> class="btn"> View Cart</button> 
    <button id="checkout-btn"> class="btn">Checkout</button> 
        </div> 

  <p>Review your selections and continue to checkout.</p>
  <div class="btn-container" 
   <button id="view-cart-btn"> class="btn"> View Cart</button> 
    <button id="checkout-btn"> class="btn">Checkout</button> 
        </div> 
  
   
  



<!-- User Editable Region -->

</body>

</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15

Challenge Information:

Build a Bookstore Page - Step 19

This code is duplicated. Is your opening div tag complete?

1 Like

I got it at the end. I got through….tx