Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

the second step is to have an html element with lang set to (en) so i write in the second line , when running the tests it says there is something wrong with second step i even rewrote the test multiple times, restarted the pc, took a nap, and it’s still the same, and when looking it on the web or asking AI it says there is nothing wrong with it, i might quit coding on the first day this is so frustrating.

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/135.0.0.0 Safari/537.36

Challenge Information:

Build a Recipe Page - Build a Recipe Page

you need to have a complete html element, it’s missing something

try closing the tag!

(html is not a void element, so it needs a tag to close it out.)