Build a Bookstore Page - Step 3

Tell us what’s happening:

They keep saying that my code should include a viewport “meta” element which i have already provided but my code still does not pass

Your code so far

<!DOCTYPE html>

<!-- User Editable Region -->

<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>

</html>

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0

Challenge Information:

Build a Bookstore Page - Step 3

Hi there and welcome to the forum!

You’re missing a space here

add the body element below the head section.

What about this requirement?