Personal Portfolio Navbar Problems

Good Afternoon,

I started the portfolio project, and all of the HTML tests are passing except for the 7th one about the links in the navbar navigating to different sections of the page. I checked my a tags, and they look to be correct, but that test still isn’t passing. I also clicked on the links and they jump to the section they’re supposed to.
I would appreciate it if someone could help me solve this problem. I’ve been coding for about 5 hrs straight, so maybe it’s a simple syntax error or a bug.

Thank You,
https://codepen.io/SuperNintendork/pen/WWYJpX?editors=1010

Screenshot%20(20)

?

1 Like

Yeah, whenever i try to test this code, it doesn’t pass and i can’t think of what i’m doing wrong.
Whenever i click on the link, it goes to the section it’s supposed to

<nav id="navbar">
       <a href="#about">About Me</a>
       <a href="#projects">Projects</a>
       <a href="#contact">Contact Me</a>
     </nav>

I posted that image because it passed when I ran the test.

1 Like

Oh, wow. I’ll try closing my browser and restarting it, and see what that does.

1 Like

Thank you for your help. I had to restart my computer. After that, it passed.
Thank you for your time!!:+1:

1 Like

Hello, I’m currently having this same problem. My code seems right but it doesn’t pass the test. I’ve tried to restart my computer but I still have the same problem. I’ve been on this all day.

Here’s a link to my code. https://codepen.io/wendiie-o/pen/MWwdqRR

Hello, I am having the same problem with the Personal Portfolio. My code passes all tests but for

  1. The navbar should contain at least one link that I can click on to navigate to different sections of the page.

My navbar has 3 working links that navigate the page. I restarted my browser, and then my computer. Yesterday it still passed the test and I haven’t touched it. Is this a bug?

The link to my code: https://codepen.io/agathasta/full/ExKZNOd

I apreciate your help, this is driving me crazy.