Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

I should have a html element with lang set to en. I am not sure why it is still reading that i haven’t however and I have seen multiple other sources say that this is correct any ideas what I’m doing incorrectly as I’m sure it is a small error on my part?

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

Challenge Information:

Build a Recipe Page - Build a Recipe Page

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-recipe-page/668f08ea07b99b1f4a91acab.md at main · freeCodeCamp/freeCodeCamp · GitHub

Welcome to the forum @Mr.Blue01-sys,

All HTML elements, except void elements, require both an opening tag and a closing tag.

Happy coding