Build a Bookstore Page - Step 3

Tell us what’s happening:

I don’t understand what is wrong with my code, it keeps saying my html element should have a lang attribute set to “en” which I already have.

Your code so far

<!DOCTYPE html>

<!-- User Editable Region -->

<html lang = "en">
  <head>
    <meta charset = "UTF-8">
    <title>XYZ Bookstore Page</title>
  </head>
    <body>
    </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 3

Hello!

I recommend that you take a look at https://www.freecodecamp.org/learn/responsive-web-design-v9/lecture-understanding-html-attributes/what-are-attributes to see the basic syntax for an html attribute, specifically in your case, the spacing.