Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

I am just starting the build a recipe page lab and my code doesn’t pass, with the message “You should have an html element with lang set to en”.

Here is my code so far:

What am I missing? Is that not the correct way to set up an html element with the language set to English? When I look up exactly what that code should look like, it’s this, and it doesn’t work even if I copy and paste it from an outside source. I am losing my mind.

Your code so far

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

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:152.0) Gecko/20100101 Firefox/152.0

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 @jocelynjwp

Don’t elements with an opening tag need a closing tag?

Happy coding

wow that was fast! yep, you’re right, i feel like a dummy :woman_facepalming: . thank you!