Responsive Web Design Projects - Build a Technical Documentation Page

Hi, there.
Here’s my code pen link https://codepen.io/abdul-grey/full/KxWPJX.
It’s showing me some errors and I didn’t understand properly.
I need your help.

Thanks.

Great day.

When I run the test suite, I get this error:

  1. Each element with the class of “main-section” should also have an id that corresponds with the text of each contained within it. Any spaces should be replaced with underscores (e.g. The that contains the header “Javascript and Java” should have a corresponding id=“Javascript_and_Java”).

When I check your code, I see this:

<section class="main-section">
  <header class="header-title" id="Functions">Functions</header><br>

where the id is on the header, not the section.

When I fix that, your code passes.

1 Like

Thank you very much for the help, Mr. Kevin.
I’m a little bit embarrassed. :flushed::flushed:
Appreciate your help.

Great day.