Learn Basic CSS by Building a Cafe Menu - Step 3

Tell us what’s happening:
Describe your issue in detail here.

what am I doing wrong here? I tried closing the meta element nothing is working. Any help would be appreciated.
Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Cafe Menu</title>
    <meta charset="uft-8">
  </head>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36

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

Link to the challenge:

note:
utf-8 not uft-8

I was looking everywhere and it was right in front of me. Thank you

1 Like

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