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="enTheyre all wrong
help please
**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