Hey there! I've just begun working on my personal website from scratch. Although I have a good understanding of HTML and CSS, I've run into a slight issue. I have three div tags, each containing a <p></p>
element. However, one of the paragraph elements seems to be appearing in a different div where another paragraph already exists.
If you'd like to see the visual representation of the problem, here is an image: View Image
I'm looking for guidance on how to properly place each paragraph element within its respective div.
Additionally, here is a snippet of the code I've written so far: View Code Snippet