Learn Basic CSS by Building a Cafe Menu - Step 1

Tell us what’s happening:

<!-- This part isnt working -->
<html>lang="en"</html>

Your code so far




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




Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0

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

Link to the challenge:

:balloon: Hi, welcome to the forum!
We see you have posted some code but did you have a question?

<html>lang="en"</html>

This part is not working

Do you remember learning about HTML attributes?
they are always written in the opening tag of the relevant element’s opening tag.

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