Technical Documentation Page Help Please!

Hi there,

I keep getting User Story #4 wrong. I’ve looked at other solutions and I can’t spot what I’m doing wrong in comparison to everyone else. Please advise!

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

This is my codepen for the challenge:

Thank you!

fix your HTML

   </main>
      </body>
    </head>
  </head>
</html>

and you are missing some closing tags for:
</artical>

Thanks for the catch! I fixed it to your suggestion but still stuck on the original problem.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Crimson+Pro&family=Literata">

this in the head

fix HTML

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