Learn HTML Forms by Building a Registration Form - Step 2

I’m struggling on setting the declaration to English i checked the last time i did this since its at the beginning of every course but i did it the same and its wrong but idk what i did wrong

This is what the code is asking me to do:

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.

This is my code

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

This is what the hint is telling me
Your html tags should be in the correct order.

Ive also tried this:

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

Theyre all wrong
help please :sleepy:


**Your browser information:**

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

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

**Link to the challenge:**
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-forms-by-building-a-registration-form/step-2

Hello!
You are so close.
Just add the closing html element, and remember the head and body and all coding will nest between the opening and closing html elements.
Example: < p > < /p>

Just ad the closing one.
I hope this helps you.

1 Like

thank you its correct now :blush:

1 Like