The CSS property ________ can be used to control the amount of space after each paragraph.
- line-height
- margin-bottom
- padding-bottom
- text-indent
The CSS property margin-bottom is used to control the amount of space after each paragraph. It determines the space between the bottom of the paragraph and the next element on the page.
Loading...
Related Quiz
- Which CSS unit is relative to the root element's font size?
- How can you underline text using CSS?
- Which tool can be used to automatically add vendor prefixes to CSS properties?
- How would you make an animation run indefinitely in CSS?
- To make an animation pause and resume on hover, one could combine the animation-play-state property with the :hover ______.