Assessment wanted for Structuring a page of content/ Bird WebSite

  • Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment.
    -I have tried to see if the footer or main was affecting my aside bar from rendering properly in position. I would like if someone can inform me how I can do it properly and what could be affecting me from have it placed next to the main.

link to final product im supposed to have: https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Structuring_a_page_of_content

Hi @Atran92 and welcome to the community :wave:

<article> and <aside> together are the main content. So they both need to be wrapped with one <main> element. Then your code will look like in the example image.

I hope that helps. Feel free to ask more questions if you like. :slightly_smiling_face:

Have a nice weekend,
Michael

1 Like

This has been very helpful @mikoMK cheers brothers for the welcome. :raised_hand_with_fingers_splayed:

1 Like