Build a Bookstore Page - Step 1

Tell us what’s happening:

Homepage

What is the problem in this? What is the error in this?

Your code so far


<!-- User Editable Region -->

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Homepage</title>
    <meta charset="UTF-8">
  </head>
  <body>
    <h1></h1>  
    <p></p>
  </body>
</html>

<!-- User Editable Region -->

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

Challenge Information:

Build a Bookstore Page - Step 1

Only add what was asked…nothing more. You will add more in the next steps.

Hi Buddy, Here you need to add the given instructed elements in your code.

Add the <!DOCTYPE html> declaration and html and head elements.

Here kindly do remove the extra h1 and p tag and other extra elements too.

Hope You Understand.