Build a Bookstore Page - Step 9

Tell us what’s happening:

Could someone please tell me what im doing wrong. says my class of card needs an id element and have also used spaces and did reset

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>XYZ Bookstore Page</title>
</head>

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

<!-- User Editable Region -->

    <div class="card">
    <div class="card"id="sally-adventure-book">

<!-- User Editable Region -->

  </div>
</body>

</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0

Challenge Information:

Build a Bookstore Page - Step 9

Remove the first <div class="card">.

There is a space missing before the id attribute, and the closing tag </div> is also missing.

1 Like

Thank you so much that helped

Please stop opening duplicate topics, 2nd warning