Build a Bookstore Page - Step 7

Tell us what’s happening:

have tried sososo muthce even i haveeven researched

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>

## <!-- User Editable Region -->

##   <div<p class="card-container">paragraph 1</p>

##   </div>

## <!-- User Editable Region -->

## </body>

## </html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:146.0) Gecko/20100101 Firefox/146.0

Challenge Information:

Build a Bookstore Page - Step 7

You’ve added a whole p element into the div?

Just add the class attribute.

1 Like