Build a Bookstore Page - Step 3

Tell us what’s happening:

my viewport meta element is still not being detected even though i have included it there, please check my code

Your code so far

<!DOCTYPE html>

<!-- User Editable Region -->

<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta  name="viewport" content="width=device-width,intial-scale=1.0">
  <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/139.0.0.0 Safari/537.36

Challenge Information:

Build a Bookstore Page - Step 3

<meta name="viewport" content="width=device-width, intial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

The element is given, you can just copy paste given code or text like this to avoid typing or spelling errors.

To double check if there’s an error you can also copy/paste it below the line aligned like this so differences are easier to see.

Hi Buddy, Here you need to restart the code again. Then your code will get pass.

There must be some in the browser extension.

Kindly refresh the page and then re-write the code again.

Hope You Understand.

No, there’s a typo in the code.