Tell us what’s happening:
The very first step in Build a Bookstore Page workshop won’t let you pass Step 1 whether the code is correct or not. It keeps saying that the code should include both opening and closing tags(which it already does). Does anyone know the exact answer that will let me on to Step 2?
Your code so far
<!-- User Editable Region -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Build a Bookstore Page</title>
<link rel="stylesheet" href="./styles.css" />
</head>
<body>
<!--Headings, paragraphs, images, etc. go inside here-->
</body>
</html>
<!-- User Editable Region -->
Your browser information:
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36
Challenge Information:
Build a Bookstore Page - Step 1