Learn HTML Forms by Building a Registration Form - Step 2

Tell us what’s happening:

this code doesnt let me pass my level, what is wrong with it?

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/136.0.0.0 Safari/537.36

Challenge Information:

Learn HTML Forms by Building a Registration Form - Step 2

Hi there, welcome to the community!
t looks like you’re missing the html closing tag. Make sure to add it at the end of your HTML document to properly close the structure.