Tell us what’s happening:
I have tried to insert the button element however way I can, but I just can’t seem to get it.
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" <button="btn"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>
</div>
<!-- User Editable Region -->
</div>
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36
Challenge Information:
Build a Bookstore Page - Step 9