Learn HTML Forms by Building a Registration Form - Step 2

Tell us what’s happening:

wont let me continue

Your code so far


<!-- User Editable Region -->

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


<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36

Challenge Information:

Learn HTML Forms by Building a Registration Form - Step 2

the html element needs an html closing tag which looks like this </html>
Try adding it.

Hey buddy the tag html needs its closing tag.

Like the given below p tag

<p></p>

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