Build a Bookstore Page - Step 1

Tell us what’s happening:

The very first step in Build a Bookstore Page workshop won’t let you pass Step 1 whether the code is correct or not. It keeps saying that the code should include both opening and closing tags(which it already does). Does anyone know the exact answer that will let me on to Step 2?

Your code so far


<!-- User Editable Region -->

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Build a Bookstore Page</title>
    <link rel="stylesheet" href="./styles.css" />
  </head>
  <body>
    <!--Headings, paragraphs, images, etc. go inside here-->
  </body>
</html>


<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36

Challenge Information:

Build a Bookstore Page - Step 1

What makes you say that?

It’s not permitted to share solution code on the forum. We’re here to help you learn.

What instructions were you given for Step 1?

You may want to review this lecture to help you get started:

Understanding the HTML Boilerplate - What Is an HTML Boilerplate, and Why Is It Important? | Learn | freeCodeCamp.org

add only what is written in the instructions, if you add more the test fails

1 Like