Learn Basic CSS by Building a Cafe Menu - Step 3

Tell us what’s happening:
I do not understand why my charset tag is not working. Could someone please show me what went wrong?

Thank you.

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

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6 Safari/605.1.15

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

Link to the challenge:

The tests aren’t expecting all those unnecessary spaces. In general, you should not add spaces like that in HTML. The tests will be much happier if you don’t.

1 Like

Make sure to not include unnecessary whitespace :slight_smile:

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