Learn Basic CSS by Building a Cafe Menu - Step 3

Tell us what’s happening:
Describe your issue in detail here.
“The charset attribute should have a value of utf-8”
please explain in detail I have wrote UTF-8 didn’t I?

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

User Agent is: Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 OPR/89.0.4447.64

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

Link to the challenge:

Hey!

You should have the utf in “”

so it should be charset=“utf-8”

Let me know if that fixes the problem for you :smiley:

It worked!
Thankyouu

1 Like

yay! No problem :smiley: Good luck with the rest of the project :slight_smile:

1 Like

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