Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

ERROR MSG: “you should have an html element with lang set to en”

my html element literally reads:

What am i doing wrong?

Your code so far

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

Your browser information:

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

Challenge Information:

Build a Recipe Page - Build a Recipe Page

Welcome to the forum @christoffboss1020!

A complete HTML element has both an opening tag and a closing tag.

Also, by convention, HTML code is written in lower case. DOCTYPE is the only exception I can think of.

Happy coding!

very much appreciated :folded_hands: