Learn Basic CSS by Building a Cafe Menu - Step 3

how can i add a tag with an attribute named charset

  **Your code so far**
<!DOCTYPE html>
<html lang="en">
<head ><meta="charset"value ="charset" type>charset
  <title>Cafe Menu</title>
</head>
</html>
  **Your browser information:**

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

Challenge: Learn Basic CSS by Building a Cafe Menu - Step 3

Link to the challenge:

You’ve already added the attribute lang with a value of en to the html element. Use that as an example of how to add the attribute charset with a value of utf-8 to a meta tag.

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