Build a Bookstore Page - Step 1

Tell us what’s happening:

My code says that it needs an opening and closing tags but I have already filled up the requirements and it still shows error. Please help resolve this matter

Your code so far


<!-- User Editable Region -->

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
</html>


<!-- User Editable Region -->

Your browser information:

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

Challenge Information:

Build a Bookstore Page - Step 1

Welcome to the forum @smiitha08 !

The tests don’t expect meta tags in your head element yet. They also don’t expect a lang attribute in your opening html tag yet.

As your progress in your code journey, be aware that it’s important to follow the directions carefully. Don’t add anything more than what is asked.

It’s also best to copy/paste requested text from the instructions to avoid typos and spacing issues.

Hi Buddy, See here is the instructions which you need to follow here.

Add the <!DOCTYPE html> declaration and html and head elements.

Kindly do put the code accordingly nor anything else except this.

Hope You Understand.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.