Learn Basic CSS by Building a Cafe Menu - Step 3

Tell us what’s happening:
Describe your issue in detail here.
Hey, I ended up figuring it out, but I was stuck on the code response saying that I needed to add a charset attribute when I thought I had correctly. It turns out I had additional spacing between the first quotation and the equal sign and one between the t in charset and the equal sign as well

  **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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15

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

Link to the challenge:

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.

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