Learn Basic CSS by Building a Cafe Menu - Step 2

Tell us what’s happening:
Describe your issue in detail here.
It keeps telling me that me ‘title’ element should be nested in your head element. I don’t know what I’m doing wrong.

  **Your code so far**
<!DOCTYPE html>
<html lang="en">
<head>
  <title> Cafe Menu</title>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36 Edg/104.0.1293.54

Challenge: Learn Basic CSS by Building a Cafe Menu - Step 2

Link to the challenge:

your head element doesnt have a closing tag

1 Like

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