Build a Bookstore Page - Step 9

Tell us what’s happening:

i dont know to completed this test…

Your code so far

<!DOCTYPE html>
<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">

<!-- User Editable Region -->

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

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

Challenge Information:

Build a Bookstore Page - Step 9

Is this more clear?

Add an id attribute to your element and set its value to sally-adventure-book.

The instructions do not ask for a new p element to be added, so you should not add one.

HI @afnelgivari25 your id values should be according to guided us by instructions.

Add an id attribute to your element having a class of card and set its value to sally-adventure-book

Can you check and see is your given value is same as instructions ?

This code passed me on that test;

`code removed by moderator

Welcome to the community, my advice would be to look at this here

Try something similar to what you did with the bookstore

hi @tandon.vihaan

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge. How to Help Someone with Their Code Using the Socratic Method

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.