Which CSS property adjusts the space between lines of text?
- line-height
- line-spacing
- text-spacing
- word-spacing
The CSS property that adjusts the space between lines of text is "line-height." It is used to control the vertical space between lines, making text more readable and aesthetically pleasing. A larger value increases the line spacing, while a smaller value decreases it.
Loading...
Related Quiz
- You're developing a website where certain styles should only be applied to screens wider than 768px. How would you set this condition using media queries?
- Which CSS property is used to change the text case, such as making text all uppercase?
- Which property in CSS is used to align text to the center?
- You're creating a button hover effect where the button scales up gradually. Which combination of CSS properties would you primarily use?
- You have an element inside a container. The container has a font-size of 20px. If you set the child element's font-size to 1.5em, what will be its computed font-size?