Tell us what’s happening:
Don’t get why I’m not passing the error test for #5 in the Build Your Product Landing Page section. It’s also not letting me post the entirety of my code here which is only a few extra. Weird.
Your code so far
Company Name
<a href=http://www.youtube.com>YouTube</a>
<a href=http://www.google.com>Google</a>
<a href=http://www.reddit.com>Reddit</a>
</nav>
</header>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36
.
Challenge: Build a Product Landing Page
Link to the challenge:
Learn to code. Build projects. Earn certifications.Since 2015, 40,000 graduates have gotten jobs at tech companies including Google, Apple, Amazon, and Microsoft.
<header id="header">
<h1>Company Name</h1>
<!-- company logo -->
<img src="https://www.freelogodesign.org/Content/img/logo-samples/flooop.png" id="header-img">
<nav id="nav-bar">
<a href=http://www.youtube.com>YouTube</a>
<a href=http://www.google.com>Google</a>
<a href=http://www.reddit.com>Reddit</a>
</nav>
</header>
Could you share a link to a codepen, so we can run the tests?
Also, I added the ID (id=“nav-link”) to all of them and it still doesn’t work. I realize that I forgot to add that to the code pen HTML
Shit, I just realized I was using ID instead of Class LMAO. Sorry!
Thanks though, you guys are quick!