Axio
March 21, 2021, 10:49pm
1
Hi,
The task was to do this:
" The navbar should contain at least one link that I can click on to navigate to different sections of the page".
https://codepen.io/Axi0/pen/oNYKdbN
My website can do it, but still there is and"failed".
Did I do something wrong or is there a no problem on my side?
Thanks a lot for responding
Wish a great day
Could just be me, but the pen is empty. There is a basic HTML setup, but that’s it.
Axio
March 21, 2021, 11:21pm
3
Oh my fault, i put the wrong link. Try it again. It should work.
1 Like
My guess you’re getting the error because the nav
element with the navbar
ID has multiple children, and the links are under an ul
element. Not exactly sure why the test is failing.
1 Like
@Axio , I know this isn’t what you asked for but;
Your email isn’t verified thereby preventing the full page view.
Since codepen already provides the boilerplate, you may not need to define the !DOCTYPE.
Also, everything under your <head>
element should go under Stuff for <head>
(found under HTML settings)
1 Like
Axio
March 22, 2021, 11:08am
7
Thanks for suggestion. I figured it out. I put in my code, custom scrollbar…and thats why it did not past. After i put it out i past.
nevertheless thanks for an opinion
1 Like
system
Closed
September 20, 2021, 11:09pm
8
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.