Hi world , Ican’t figure out what’s missing pls help
Hello @Aben! In your Product Landing Page you have 2 errors,
to fix them you have to:
-
Your navbar should always be at the top of the viewport.
-
Your Product Landing Page should utilize CSS flexbox at least once.
Note: Your <header>
and <nav>
tag should always be inside the body tag, the <br>
tag is a self closing tag, so no need to put two next to each other and last but not least the <nav>
tag you wrote its closed tag incorrectly, so instead of <nav/>
write </nav>
.
Also don’t forget to validate your code in case you have any errors, you can go to this website W3C Validator to do that.
I hope this helped .