Learn Basic CSS by Building a Cafe Menu - Step 3

Tell us what’s happening:
Describe your issue in detail here.

Hi, I’m having trouble figuring out why I can’t seem to get past this exercise. All I need to do is to enter the meta element and give it charset attribute with a value of “utf-8” but it keeps telling me my meta element needs a charset attribute. Any help would be appreciated. Thanks.

Your code so far

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

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

Link to the challenge:

Hello,remove the spaces on the charset.

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