Learn Basic CSS by Building a Cafe Menu - Step 3

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

Your code so far

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

<!-- User Editable Region -->

  <head>
    <meta charset ="utf-8">
    <title>Cafe Menu</title>
    <meta charset ="utf-8">
  </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.5 Safari/605.1.15

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

Link to the challenge:

Hey and welcome to our forum.
You are required to have a meta tag,with a charset attribute set to utf-8
Note that meta tag is a self closing tag <self-closing tag>
In the meta tag,nest a charset attribute,below is the structure of an attribute.

attribute="value"