https://codepen.io/Hosea-john/pen/JjrVGQw

please i need help with user story 5 in building a product landing page

It looks like you are linking to external pages. You should instead be linking to elements on the same page .

Here is an example from: MDN – section is called: Linking to an element on the same page.

Here is their example:

<!-- <a> element links to the section below -->
<p><a href="#Section_further_down">
  Jump to the heading below
</a></p>

<!-- Heading to link to -->
<h2 id="Section_further_down">Section further down</h2>

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