Learn HTML by Building a Cafe Menu- Step 3 c

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Cafe Menu</title>
    <meta charset ="utf-8">
  </head>
</html>

this is my code

Step 3

The title is one of several elements that provide extra information not visible on the web page, but it is useful for search engines or how the page gets displayed.

Inside the head element, nest a meta element with an attribute named charset set to the value utf-8 to tell the browser how to encode characters for the page. Note that meta elements are self-closing.
This is the goal
I don’t see where I went wrong

Hi!

I’ve edited your post for readability, when posting code to the forum it needs to be enclosed in backticks or formatted by highlighting, then pressing the </> button.

This gif shows that process visually.

Please include a link to the challenge, that makes it much easier to help.

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