Learn Basic CSS by Building a Cafe Menu - Step 1

I don’t understand what I’m doing incorrectly as I’ve got this correct in HTML

Your code so far


<!-- User Editable Region -->

<!DOCTYPE html> <html lang='eng'></html>

<!-- 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/108.0.0.0 Safari/537.36

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

Link to the challenge:

Syntax is correct but check the value for “english”.

Your html element should have a lang attribute of en. Lookout for typos typos.

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