Learn Basic CSS by Building a Cafe Menu - Step 3

Tell us what’s happening:

I’m getting an error saying “Your meta tag should have a charset attribute” but it does. this worked earlier in the cat website and is not working here. Can anyone help?

Your code so far

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

<!-- User Editable Region -->

  <head>
    <meta attribute="charset" 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/137.0.0.0 Safari/537.36 Edg/137.0.0.0

Challenge Information:

Learn Basic CSS by Building a Cafe Menu - Step 3

it does, but it has more than that. remove the attribute attribute

1 Like