My code is right but it keeps throwing an error that charset does not exist. I tried working it on chrome, disabled my nightmode, discontinued my ad blocker but nothing is working
<!DOCTYPE html>
<html lang="en">
<!-- User Editable Region -->
<head>
<title>Cafe Menu</title>
<meta charset = 'utf-8'/>
</head>
<!-- User Editable Region -->
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203
Challenge: Learn Basic CSS by Building a Cafe Menu - Step 3
Hello and welcome to the community !
your meta element should come right after your head tag and before your title element. Also your meta tag doesn’t need a closing tag as it is self closing so remove the extra / that you have.
Hello!
A bit of a pep talk, that you may, or may not, need. You are awesome for stepping up and helping others in the community. And, look how your own experience has allowed you to do that.
Don’t ever say you are stupid for learning. Remember, even genius people, (of which I am not one) , need to learn from mistakes and remember the path forward. If we make the same mistake again, it is just another step in our learning. Nobody is ever stupid, if they keep trying and putting their best effort into whatever they do.