Learn HTML Forms by Building a Registration Form - Step 2

Tell us what’s happening:
Describe your issue in detail here.
I’m failing to write an element with attribute of lang value eng
Your code so far


<!-- User Editable Region -->

<!DOCTYPE html>
<p 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

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

Link to the challenge:

Hello and welcome to FCC Forum, a community of people helping each other!

It can be a bit confusing.

It should be an html element with the attribute of lang and the value of “en”

Here is an example of a different one to help understand attributes and values.

< meta name=“viewport”>

Meta is the element; name is the attribute and viewport is the value.

This is how the html should appear with its attribute and value. Please remember to add the closing html tag behind the opening one.

Happy coding! :slight_smile:

you should use this element