So here is what I am supposed to be doing:
Step 2
Below the DOCTYPE, add an html element with a lang attribute set to en, so that you have a place to start putting some code.
Under I did everything I’ve found on my own shows that this should be correct but I keep getting this:" Sorry, your code does not pass. Don’t give up.
Your html element should have a closing tag."
Please Help
Your code so far
<!-- User Editable Region -->
<!DOCTYPE html>
<html lang="en">
<!-- User Editable Region -->
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36
Challenge Information:
Learn HTML Forms by Building a Registration Form - Step 2