If the bottom margin of a element is currently set to zero, which of the following could account for the fact that there is still space between two consecutive paragraphs on a page?
The space between <p> elements cannot be removed using CSS The <p> elements automatically have margin-top, which must also be reset The <p> elements automatically have padding, which must also be reset The height of the <p> elements must be …
Read more →