Learn HTML Forms by Building a Registration Form - Step 2

Tell us what’s happening:
What am I do wrong? I feel like this is the correct code but idk.

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

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/116.0.0.0 Safari/537.36 Edg/116.0.1938.54

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

Link to the challenge:

Hello and welcome to the community :smiley:!
Your code is correct, just don’t forget to add a closing tag for your html element.
Ex:

<html lang="en"></html>
1 Like

Yup! I noticed that after I posted. It still didn’t accept the code at first but once I restarted it did. :smile:

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