Learn Basic CSS by Building a Cafe Menu - Step 3

Tell us what’s happening:

Please I need help with this meta attribute once more… what can I be getting wrong?

Your code so far

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

<!-- User Editable Region -->

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

<!-- User Editable Region -->

</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Mobile Safari/537.36

Challenge Information:

Learn Basic CSS by Building a Cafe Menu - Step 3

this is incorrect, there is no such thing as an attribute called attribute

That must be meta charset=“utf-8”

1 Like

Hey @N0rb3rt , the attribute in this step would be “Charset”, in the future if you see anything ask for a attribute it’s not literally the word attribute. Hope this helps :slightly_smiling_face:.