Learn Basic CSS by Building a Cafe Menu - Step 1

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

Your code so far


<!-- User Editable Region -->

<!DOCTYPE html>
  <html>
    <lang=en>
 

<!-- User Editable Region -->


Your browser information:

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

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

Link to the challenge:

lang attribute should be within opening html tag, also you have to use quotes fot it to work

Well try buddy, but you need to put the lang attribute within the html element.

<html lang="value">
</html>

Hope you understand :blush:

Hey dude in your code you have an mistake

<!DOCTYPE html>
  <html>
    <lang=en>

dude try this

Mod edit: removed

dude here lang is an attribute name and lang attribute is used for languages if you want to make your web pages in english then you should take lang attribute value en
so lang="en"
I hope you understand this solution dude :blush:

You try the code below:
Mod edit: removed solution

@Phoenix46 @phamxuanhoai2910

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.