Learn Basic CSS by Building a Cafe Menu - Step 2

Tell us what’s happening:
Add a head element within the html element, so you can add a title element. The title element’s text should be Cafe Menu .

My code is not working. why?

  **Your code so far**
<!DOCTYPE html>
<html lang="en">
<head>
<title>
  Cafe Menu
  </title>
  </head>
</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.0.0 Safari/537.36

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

Link to the challenge:

The code should be align perfectly as the child parent theory so try to add spaces before opening title tag and write the content in single line rather than splitting one element in three different lines.

1 Like

randomly worked. after signing out and back in. THANK YOU

1 Like

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