What's wrong with the value of charset in meta element

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

  **Your code so far**

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

User Agent is: Mozilla/5.0 (Linux; Android 11; SM-T505) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.87 Safari/537.36

Challenge: Step 3

Link to the challenge:

1 Like

meta is a self closing tag.
and also, there is an extra space before title tag.

1 Like

There is an extra space after charset= and also some space before the title tag

1 Like

You have given extra space before the title tag.

1 Like

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