Build a Bookstore Page - Step 18

Tell us what’s happening:

Review your selections and continue to checkout.

the p tag error is happen and again.i cannot moved further. after 100% correct

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>
 <div class="card-container">
</div>
<p>Review your selections and continue to checkout.</p>
<div class="btn-container">
</div> 

<!-- User Editable Region -->

  

<!-- 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/148.0.0.0 Safari/537.36

Challenge Information:

Build a Bookstore Page - Step 18

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/workshop-bookstore-page/68eca6364c5616d393389a30.md at main · freeCodeCamp/freeCodeCamp · GitHub

Welcome to the forum @ranchanikannan!

Were you asked to add another .card-container div?

Happy coding!

Hi buddy, Your code works for me.

Kindly do refresh the page and then re-write the code again.

Hope You Undersatnd.

same error happen again

Welcome to the forum @ranchanikannan

You should have one new div element below the paragraph element.

Try removing the one you put above the paragraph element.

Happy coding