I have made an attempt at building my product landing page. However, I’m currently stuck. Specifically on User Story #2: I can see an image within the header element with a corresponding id="header-img" . A company logo would make a good image here.
I thought I did it right, but when I did the test to check, it was not highlighted in green. Can anyone possibly tell me where I might have made a mistak
I’m still having trouble with user story #2 as well as the user story about id=nav-bar. While I made changes to img portion of the code, the test says that it still wrong along with id=“nav-bar” even though the clickable links are said to be correct.
Moved back to the original thread - please keep unsolved issues in the same thread
User story 2 is asking you to put your img inside the header element - at the moment yours is outside it.
You also have a slightly mal-formed tag, so it will complain about src not being set properly. Look at it closely and see if you can spot what needs to change.
I tried to nest the img element inside the header element. However it still says that it’s not correct. I’m not sure if the img is suppose to be on the next line or not.
@ILM sorry about that! This link should work. Also, I am currently stuck on layout portion of my landing page. It says the navbar should be at the top of the viewpoint. https://codepen.io/apanford/pen/WNNjpEm