Learn More About CSS Pseudo Selectors By Building A Balance Sheet - Step 1

Tell us what’s happening:
I have input the required html element with lang set to ‘en’, but continue to get a message that I haven’t included the language. I reviewed my previously completed modules and what I have input is exactly what passed in all of them.

Your code so far

<!-- file: index.html -->

<!-- User Editable Region -->

<!DOCTYPE html>
<html lang='en'>
  <head>
  <meta charset='UTF-8' />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Balance Sheet</title>
  <link rel="stylesheet" href="styles.css" />
</head>
<body>
  <header></header>
  <main></main>
  <footer></footer>
</body>

<!-- User Editable Region -->

/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36

Challenge: Learn More About CSS Pseudo Selectors By Building A Balance Sheet - Step 1

Link to the challenge:

I think you’re missing your html closing tag.

I see where I missed it now. Thank you