Build a Bookstore Page - Step 6

Tell us what’s happening:

need help tried almost every thing…

Your code so far

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

<!-- User Editable Region -->

  <div class="card id ">
   
  </div>

<!-- User Editable Region -->

</div>

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/17.6 Safari/605.1.15

Challenge Information:

Build a Bookstore Page - Step 6

Hi

Take a look at the example code for the syntax on how to add an id attribute to an element. Then apply that example to the instructions.

I suggest you reset the step and try again.
Example code:

<p id="para">example paragraph</p>

1 Like