Learn HTML Forms by Building a Registration Form - Step 2

Tell us what’s happening:

I am having this problem of not passing this step. It keeps on saying that html element should have a closing tag, which i hv already done. I tried the solutions which were given to the people who had the same issue but no result.
solutions used:-new browser
incognito mode
logged out and logged in
resetting project
deleted browser and no extention

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

Challenge Information:

Learn HTML Forms by Building a Registration Form - Step 2

Hi there and welcome to our community!

Your html element does not have a closing tag.
Most elements in HTML have the syntax <element>content</element>.
You’ll need to add a closing tag and then your whole HTML document will be nested inside the html element, as you continue to build it.

1 Like