Build a Bookstore Page - Step 16

Tell us what’s happening:

Build a BookStore Page Step 16

  <h2>Dave's Cooking Adventure</h2>

This is the story of Dave as he learns to cook everything from pancakes to pasta,one recipe at a time.

</div>

I have come across error at step 16. please help

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>

<!-- User Editable Region -->

    <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>
   
    </div>
 

<!-- User Editable Region -->

  </div>
</body>

</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36

Challenge Information:

Build a Bookstore Page - Step 16

Welcome to the forum @shivallcoder

Try adding a space after the comma.

Happy coding