Assessment wanted for Structuring the Webpage

Hi,

I have hit a wall with my html for the Structuring a Webpage exercise. My two paragraphs are appearing side by side instead of below the other. Also, my title won’t appear in the header.

Please see link for my CodePen. Thank you in advance for your help!

Hi there @Christie_Peters!

Looking at your codepen, I can’t see anything wrong with your paragraphs in your main body.

In your header, I can see two issues:

  1. At the start of your <h1> element, you’ve got an extra left angle bracket, which is messing up the layout a bit.
  2. Your <img> element should be under your <h1>, not under the <nav>.

Apart from that, it looks like things are going well!

Thanks Chris! I appreciate the review.

@Christie_Peters you are welcome!