Learn Basic CSS by Building a Cafe Menu - Step 3

Tell us what’s happening:

the hint keeps telling me that I should have a meta tag…?? what am I doing wrong?

Your code so far

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

<!-- User Editable Region -->

  <head meta='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.5 Safari/605.1.15

Challenge Information:

Learn Basic CSS by Building a Cafe Menu - Step 3

1 Like

I would reset your code for this challenge by hitting the reset button.

What you need to do is create a new meta element inside of the head element. From there it give it an attribute of charset with a value of utf-8.

If any of this is confusing, let me know.

HI buddy !!

Here this lesson tells you to put meta tag inside your head

Create another meta tag and give charset a value of utf-8.

Remember meta tag doesn’t have closing meta tag !!

Hope you understand !!


charset is a attribute

CatPhotoApp

In the future, please create your own topic when you have specific questions about your own challenge code. Only respond to another thread when you want to provide help to the original poster of the other thread or have follow up questions concerning other replies given to the original poster.

The easiest way to create a topic for help with your own solution is to click the Ask for Help button located on each challenge. This will automatically import your code in a readable format and pull in the challenge url while still allowing you to ask any question about the challenge or your code.

Thank you.