Tell us what’s happening:
pplease describe this how meta work
Your code so far
<!DOCTYPE html>
<html lang="en">
<!-- User Editable Region -->
<head>
<meta=35>
<title>Cafe Menu</tihead
</head>
<!-- User Editable Region -->
</html>
Your browser information:
User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
Challenge Information:
Learn Basic CSS by Building a Cafe Menu - Step 3
in this code how meta work
Hi. I suggest you reset the step and follow the instructions carefully.
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.
In the hint it suggests that meta elements have already been covered and the fact they are self closing. Can you try and look back in the curriculum to find an example of this element? Alternatively can you search online how to do the meta element in html? We try to encourage users to work out the answer themselves but if you are still stuck please reply to the thread
1 Like