This is a paragraph.
This is another paragraph.
Here, each p element has a top margin of 30px and a bottom margin of 30px. So, the vertical margin between the p elements should have been 60px (30px + 30px). However, due to margin collapse, the actual margin ends up being 30px.