Learn HTML Forms by Building a Registration Form - Step 2

Tell us what’s happening:
Describe your issue in detail here.
It is saying " Your html element should have an opening tag, and lang attribute with value of en ." What am i doing wrong
Your code so far

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

Your browser information:

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

Challenge: Learn HTML Forms by Building a Registration Form - Step 2

Link to the challenge:

You need a > here to close the opening tag.