Build a Bookstore Page - Step 3

Tell us what’s happening:

I keep getting your code should include a viewport meta element. But my code reads as fellows.

XYZ Bookstore Page

Your code so far

<!DOCTYPE html>

<!-- User Editable Region -->

<html lang="en">
<head>
  <title>XYZ Bookstore Page</title>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width,initial-scale=1.0">
</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 Edg/143.0.0.0

Challenge Information:

Build a Bookstore Page - Step 3

1 Like

add a space after the comma

2 Likes