For some reason that I can not understand my footer, declared inside the body, it shows me out!
And here is the footer, outside the body
My HTML follows this structure:
Body
Header
/Header
Section main
Article1
Article2
/Section
Footer
/Footer
/Body
In my css I have assigned a high of 20% to the footer, 70% to the main, and 10% to the footer.
On the other hand, the other problem I have is that inside my main, I have 2 articles, one is good, and the other ... no
My article 1 shows the things you have inside, but you do not see what your container would look like.
My article 2 shows both the content and the container
Well those are my two doubts: why the footer appears to me outside, being declared inside the body, and why the container of my first article is not seen, having a 50% height of its parent container (the main one ), like article 2, which does appear.