Having trouble finding/fixing mistake

Can anyone help me out?

I’m currently working on the technical documentation portion of the Responsive Web Design (Beta) course. I’m 14/16 on the tests. But I’m unsure on what exactly I need to fix on the last two tests I seem to not be able to complete.

Here is my code/codepen. https://codepen.io/skma97/pen/qBVoNVg

Edit: SOLVED!

For the first error, ids must be unique. You can’t have the same id for both the <section> and the <header>.

Isn’t that what you’re supposed to do with step #4 though? Or did I misinterpret that? https://www.freecodecamp.org/learn/2022/responsive-web-design/build-a-technical-documentation-page-project/build-a-technical-documentation-page

Yes, but for each <section> element. The section id corresponds with the text in the <header>. But the header does not need an id on it and if you do add one you cannot make it the same as the id on the section.

I see. Reading through the directions again it looks like I don’t id for the headers so I got rid of them. But still unable to complete the last two tests.

Never mind, found my mistake.

  1. got rid of my header ids

  2. I made a small typo that was very hard to notice.

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