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>
att <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/114.0.0.0 Safari/537.36 Edg/114.0.1823.43

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

Link to the challenge:

wht am i doing wrong

Usual practice is to put the word ‘doctype’ in uppercase, though you won’t fail this step for not doing so.

The real issue is that you should be adding an html element. This should have an opening and a closing tag. The attribute should be added to the opening tag, using the usual syntax: attribute="value". The attribute is lang and the value is en.