Learn HTML Forms by Building a Registration Form - Step 2

I can’t pass this step because of HTML closing tag. I do not know what is wrong with the code.

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

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36

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

Link to the challenge:

you seem to know what is wrong already.
Just add the missing closing tag.

1 Like

as hbar says, you have an html opening tag, but have not shown a closing html tag.

the closing tag is giving error

mind sharing the closing tag?

could I be doing it wrong?

</html>

This is a closing tag .

well technically that is specifically an html element closing tag. :grin:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.