Learn Basic CSS by Building a Cafe Menu - Step 3

I’m not really sure what I did wrong. I even google how a charset attribute should look in HTML and its look identical tO how I wrote it.

  **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 (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 3

Link to the challenge:

The tests aren’t expecting those unnecessary spaces around the equals sign. Get rid of them and you will pass.

In general, I would not add spaces like that unless absolutely necessary. A lot of the tests will probably fail like this if you do.

Okay thank you so much,. I got rid of the extra spaces and it worked. I’ll keep that in mind.

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