https://www.codecademy.com/courses/learn-html/lessons/intro-to-html/exercises/attr-html?action=resume_content_item
I’m putting the div id below the
The Brown Bear
tag. Like this, just like in the example they show:
< div id=“introduction” > (minus the extra spaces beside the edge of tag).
And I’ve closed the div tag. Still, Codecademy is not letting me go to Step 2 because it’s not recognizing this input as proper.
Any solutions?
2 Likes
Hi @generaljuicy
All I can suggest is that you try leaving and resuming the lesson.
The learning environment does get a little stuck sometimes, but leaving and resuming the lesson usually wakes it up. 
If that doesn’t fix it, let us know. 
3 Likes
That test also looks at the h2 and h3 tags inside that div, maybe you changed the wrong div? Or changed something about them? Or added an entirely new div?
2 Likes