Product Landing Page - Build a Product Landing Page

Tell us what’s happening:

My Landingpage is ready. I have still 1 cross. I made this link (The meals) and it works but it will not pass the test. Why?

The meals

<!-- file: index.html -->

/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0

Challenge Information:

Product Landing Page - Build a Product Landing Page

hi there!

we need your html/css code here to assist

1 Like

[a class=“nav-link” href=“#how-it-works”>How it works](https://a class=“nav-link” href=“#how-it-works”>How it works)

How do I add the code and where?

Hi @HanB

Use the following method to post code to the forum:

  1. On a separate line type three back ticks.
  2. On a separate line paste your code.
  3. On the last line type three back ticks. Here is a single back tick `

Happy coding

Thank you, that handy.

1 Like

Thank you all, I found the problem. I gave the links in the header and the footer both the same class name nav-link. The checking program looks for that class name but can’t find a link on the page in the footer because I used a single # in the footer.

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