Build a Technical Documentation Page. What is a technical documentation page?

I wrote one using lorem placeholder. but it’s wrong. so now I’m questioning if I even understand the instruction or if I understand what it is I’m building. At this point confused for sure.

chrome

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

Link to the challenge:

So, right off the bat, the first error you’re receiving has to do with your header elements. You should change the h3 tag on line 32 to be a header element. One way could be:

<header>
<h3>Introduction</h3>
</header>

And continue that for the other sections

Thanks. I wasn’t reading it right.