Learn Basic CSS by Building a Cafe Menu - Step 3

the step asked me to nest a meta with a charset set to a value of utf-8
I have done It however it doesn’t seem to work

my code so far

Cafe Menu
<!DOCTYPE html>
<html lang="en">

<!-- User Editable Region -->

<head>
  <meta charset = "utf-8">
    <title>Cafe Menu</title> 
      
</head>

<!-- User Editable Region -->

</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36

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

Link to the challenge:

Remove the spaces here.

2 Likes

didn’t work I had to copy the answer from the next step ,because my code didn’t have a “/” in the end although in the last project of the cat app it didn’t need it

Can you be a bit clearer on what you’re saying?

2 Likes