Step 4 in the café menu. What is wrong?

I don’t think it can be that hard. Is this a bug?
Also in the previous step I’ve added the "charset=“utf-8” but the site added the “/” to it. Why is this?

  **Your code so far**
<!DOCTYPE html>
<html>
<head>
  <body>
  <meta charset="utf-8" />
  <title>Cafe Menu</title>
  </body>
</head>
<html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Challenge: Step 4

Link to the challenge:

Read carefully what you are asked to do. You are not doing what the instructions ask

Writing <meta />is a way to expliciytely say that the element is self closing, both ways of writing it are correct.

1 Like

yeah ive just found the solution

Thanks for the explanation!

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