Learn HTML Forms by Building a Registration Form - Step 2

Tell us what’s happening:
Describe your issue in detail here.

Your code so far


<!-- User Editable Region -->

<!DOCTYPE html>
</head>

<!-- 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/115.0.0.0 Safari/537.36

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

Link to the challenge:

Hi there and welcome to our community!

It’s helpful if you can learn to describe the issues you’re facing in your own words, including any error messages you might be seeing. Not only is this a vital skill in coding but also, the more you say, the more we can help!

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.

You don’t appear to have added an html element. For some reason though, you have a closing head tag, which shouldn’t be there.

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