Learn Basic CSS by Building a Cafe Menu - Step 3

Tell us what’s happening:
Describe your issue in detail here.
I copy paste the code into the edittor on https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-basic-css-by-building-a-cafe-menu/step-3
and it does not say its correct it says it is incorect . but it is correct
this is my code… im trying to learn but the program wont let me advance till I get it verified plz help asap love u

!DOCTYPE html>

<html lang="en">

<head>

<meta charset = "UTF-8">

<title>Cafe Menu</title>

</head>

challenge 3

Hi @himothy ,

Welcome to the community.

You need to add <meta charset="utf-8"/> inside your opening <head> tag.

try to remove the extra spaces you have around the = sign and let us know if it worked

I treid that before posting. I logged back in just not and coppy pasted the code into the terminal and it verified. IDK why it wasn’t super weird. thx for feedbalc