I don't understand a few points of this challenge

Tell us what’s happening:
In this challenge two of the user stories are as follows:

User Story #3: The first element within each .main-section should be a header element which contains text that describes the topic of that section.
User Story #9: The navbar element should contain one header element which contains text that describes the topic of the technical documentation.

I don’t understand what it wants from that. Is this for accessibility? I don’t see those discriptions in the example page so I’m guessing I’ll have to make them hidden somehow? If so, how do I do it?

Thanks in advance for the attention!

Your code so far

Your browser information:

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

Challenge: Build a Technical Documentation Page

Link to the challenge:

The fact that the example project is passing all the tests means it meets all the requirements. So yes, it does have header elements. One for the nav and one for each section in the main element.

It’s more about semantics than accessibility. And no they should not be hidden.

Thanks for the reply. I completely misunderstood because of the “text that describes the topic section”. I know this is the definition of title, I just didn’t make the relation… Sorry and thanks for your time o/