Learn Basic CSS by Building a Cafe Menu - Step 3

Tell us what’s happening: hello everyone, what am I doing wrong here ? thank you in advance.
Describe your issue in detail here.

Your code so far

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

<!-- User Editable Region -->

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

<!-- User Editable Region -->

</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/17.0 Safari/605.1.15

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

Link to the challenge:

Hello!

The word attribute, nor the word value, should not be in the meta element tag. Only the actual attribute name of charset and the value of "utf-8.

Keep up the good progress!

1 Like

thank you so much
solved it

1 Like

Glad to help!

Keep up the good progress! :slight_smile: