Doubt for the subject

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

Notice that the entire contents of the page are nested within an html element. All other elements must be descendants of this html element.

Add the lang attribute with the value en to the opening html tag to specify that the language of the page is English.
Your code so far

<lang=“en” html>

CatPhotoApp

CatPhotoApp

Cat Photos

Click here to view more cat photos.

A cute orange cat lying on its back.

Cat Lists

Things cats love:

  • cat nip
  • laser pointers
  • lasagna
A slice of lasagna on a plate. Cats love lasagna.

Top 3 things cats hate:

  1. flea treatment
  2. thunder
  3. other cats
Five cats looking around a field. Cats hate other cats.

Cat Form

Is your cat an indoor or outdoor cat? Indoor Outdoor What's your cat's personality? Loving Lazy Energetic Submit

No Copyright - freeCodeCamp.org

```
  **Your browser information:**

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

Challenge: Step 66

Link to the challenge:

The name of the tag has to come immediately after the opening <. So in this case, since this is the html element, the html needs to be before the lang attribute.

1 Like

Thank you sir or the help.

did not get what to do in this step ?

i dont know either tbh. the mods arent very helpful and neither are these courses. it doesnt tell you how to structure it on the lesson either. it would be helpful when they introduce you to new topics like that lang=en to show you an example on how to do it, then pass the topic by compiling your own example. ive basically copied and pasted every answer up until now because nobody has been able to help me lmao.

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