chanda
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:
Hello and welcome!
You want to place the “lang” attribute and its value inside the <html>
tag.
An element with attributes is written like this:
<yourHtmlElement yourAttribute="yourValue"></yourHtmlElement>
After putting the attribute inside the element remember, that most elements need a closing tag </yourElement>
, <html>
is one of them.
Hello! Welcome to FCC Forum, a community of people helping each other!
@ooDanieloo has provided excellent guidance.
Happy coding! 
system
Closed
4
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.