Your social buttons should open your social account in new tab and for that you will have to set target attribute to “_blank”.
Remove the div with class “menu” which is just after nav element and use your navbar’s id in css wherever you have used class menu.
It will help you pass both the tests.
Hi, in your first error you did id of “profile-link” that is correct, but you miss something also that is your Github or FCC profile should open with new tab on browser.
now the last error is happening because you did not use bootstrap’s navbar. i think it will be resolve, here is the example Navbar