Which option of CSS is used to set the space between the content and the
Answers
Answered by
0
Use the line-height property in CSS to do so. Browsers by default will create a certain amount of space between lines to ensure that the text is easily readable. For example, for 12-point type, a browser will place about 1 point of vertical space between lines.
Answered by
0
Answer:
The correct answer is CSS padding property
Similar questions