Build a Tribute Page - TEST #6 [SOLVED]

Tell us what’s happening:

My test #6 isn’t passing and I don’t know why. :confused:

I get the following error:

6. I should see an element with a corresponding id=“tribute-info”, which contains textual content describing the subject of the tribute page.

But in my head, I am doing exaclty what it asks. Can someone help me?
Your code so far
Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.81 Safari/537.36.

Can you add a codepen link?

Add your codepen link.

As an aside, when a test fails, it tells you which test is failing and then there’s additional information as to why it’s failing. So while “in your head” you may think you’re doing what it’s asking it does its best to explain why you’re not. Another set of eyes on your codepen may be able to help you see what’s missing.

Type in HTML window :<div id="tribute-info> xxxxxxxx < /div>. XXXXs its some information about your subject, It can be list of achievements etc, some header or paragraph. Then u can add CSS.