Build a Travel Agency Page - help with user story 2

Tell us what’s happening:

please help here. it says you should have an ‘html’ element with ‘lang’ set to ‘en’ but i believe i’ve done that and i don’t know what else to do

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">

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

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Github Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-travel-agency-page/669e2f60e83c011754f711f9.md at main · freeCodeCamp/freeCodeCamp · GitHub

Welcome to the forum @Deji!

I don’t see a closing tag for your html element. Remember that all HTML elements except void elements require both an opening tag and a closing tag.

Happy coding!

thanks. realized that